diff options
| author | Scott Kennedy <skennedy@google.com> | 2014-10-17 12:23:47 -0700 |
|---|---|---|
| committer | Scott Kennedy <skennedy@google.com> | 2014-10-17 12:23:47 -0700 |
| commit | e7ebf99c82143a9cb17161dbb71614545cae3976 (patch) | |
| tree | e31dc69162e3f8f4f9745750141ddd06711909ea /AndroidManifest.xml | |
| parent | 2a87fbfbbee4279c399980cba42de1d361a8ad56 (diff) | |
| download | android_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.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> |
