OSDN Git Service

Fix rebuilding of these two apks.
authorPatrick Scott <phanna@android.com>
Tue, 23 Mar 2010 15:41:05 +0000 (11:41 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 23 Mar 2010 15:44:50 +0000 (11:44 -0400)
Add a dummy string so that a R.stamp file will be written.

Change-Id: I939f97d2d4214e2c2186c3802b606c8bfd0e3468

tests/AndroidTests/apks/install_decl_perm/res/values/strings.xml
tests/AndroidTests/apks/install_use_perm_good/res/values/strings.xml

index 5564300..3b8b3b1 100644 (file)
@@ -2,4 +2,5 @@
 
 <!-- Just need this dummy file to have something to build. -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="dummy">dummy</string>
 </resources>
index 5564300..3b8b3b1 100644 (file)
@@ -2,4 +2,5 @@
 
 <!-- Just need this dummy file to have something to build. -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="dummy">dummy</string>
 </resources>