summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-17 12:23:47 -0700
committerScott Kennedy <skennedy@google.com>2014-10-17 12:23:47 -0700
commite7ebf99c82143a9cb17161dbb71614545cae3976 (patch)
treee31dc69162e3f8f4f9745750141ddd06711909ea /AndroidManifest.xml
parent2a87fbfbbee4279c399980cba42de1d361a8ad56 (diff)
downloadandroid_frameworks_opt_chips-e7ebf99c82143a9cb17161dbb71614545cae3976.tar.gz
android_frameworks_opt_chips-e7ebf99c82143a9cb17161dbb71614545cae3976.tar.bz2
android_frameworks_opt_chips-e7ebf99c82143a9cb17161dbb71614545cae3976.zip
Add an <application> tag to the manifest DO NOT MERGE
Some testing infrastructure requires this. Change-Id: I989168fb4015927fb8a79095222b72bd59e0d7f2
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>