summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-24 12:26:57 -0700
committerChiao Cheng <chiaocheng@google.com>2012-10-24 16:25:52 -0700
commitb3ed20e0e1f6183489cb0939b1200010a2cbeb9a (patch)
tree0a3d56f13e2e7e2960ac9a4f42632c55a224a363 /AndroidManifest.xml
parent472010435fd9270f848de88facfe1741163126e0 (diff)
downloadandroid_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.tar.gz
android_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.tar.bz2
android_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.zip
Adding back build for Contacts common unit tests.
Had to fix contacts common AndroidManifest to include an empty application tag. Also disabling proguard since Contacts common is a library project and does not have any activities by itself. Bug: 6993891 Change-Id: I6b56ce54d48991c62c8c35e438474f7a5a074f86
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b7455429..7ab7a751 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,4 +17,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.contacts.common">
+ <application/>
</manifest>