diff options
author | Scott Kennedy <skennedy@google.com> | 2014-10-14 09:08:19 -0700 |
---|---|---|
committer | Scott Kennedy <skennedy@google.com> | 2014-10-14 09:08:19 -0700 |
commit | 0ecd6946ebc47caa7132ce91cd5f1236d45b3f54 (patch) | |
tree | ae87a0d2f30880e00975d2c04b5b2ad3cc884af5 /AndroidManifest.xml | |
parent | f6ddb7541feb5e415f9750fb403814dbbc9068be (diff) | |
download | android_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.xml | 4 |
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> |