summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-14 09:08:19 -0700
committerScott Kennedy <skennedy@google.com>2014-10-14 09:08:19 -0700
commit0ecd6946ebc47caa7132ce91cd5f1236d45b3f54 (patch)
treeae87a0d2f30880e00975d2c04b5b2ad3cc884af5 /AndroidManifest.xml
parentf6ddb7541feb5e415f9750fb403814dbbc9068be (diff)
downloadandroid_frameworks_opt_chips-0ecd6946ebc47caa7132ce91cd5f1236d45b3f54.tar.gz
android_frameworks_opt_chips-0ecd6946ebc47caa7132ce91cd5f1236d45b3f54.tar.bz2
android_frameworks_opt_chips-0ecd6946ebc47caa7132ce91cd5f1236d45b3f54.zip
Add an <application> tag to the manifest
Some testing infrastructure requires this. Change-Id: I44fe160b0a69160c083bda78c5450d55678e10bb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 02ea564..bfc1073 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,4 +21,6 @@
android:minSdkVersion="11"
android:targetSdkVersion="19" />
-</manifest> \ No newline at end of file
+ <application />
+
+</manifest>