Build Aosp and GoogleContacts using Gradle
Changes needed to build Contacts and GoogleContacts
using gradle
Test: Built AOSP, Google and OEM contacts apps
Ran tests (some failures still need to be looked at)
Bug: 34127945
Change-Id: Ia1620d11c14e8e558af706a4eee79a6a230abd59
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 740e293..e3d9820 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -17,9 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.contacts.tests">
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="25" />
+ <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />