Colin Cross | d35d5ad | 2019-12-07 07:32:56 -0800 | [diff] [blame^] | 1 | android_app { |
| 2 | name: "Contacts", |
| 3 | |
| 4 | srcs: [ |
| 5 | "src/**/*.java", |
| 6 | "src-bind/**/*.java", |
| 7 | ], |
| 8 | |
| 9 | static_libs: [ |
| 10 | "com.android.phone.common-lib", |
| 11 | |
| 12 | "com.google.android.material_material", |
| 13 | "androidx.transition_transition", |
| 14 | "androidx.legacy_legacy-support-v13", |
| 15 | "androidx.appcompat_appcompat", |
| 16 | "androidx.cardview_cardview", |
| 17 | "androidx.recyclerview_recyclerview", |
| 18 | "androidx.palette_palette", |
| 19 | "androidx.legacy_legacy-support-v4", |
| 20 | "android-common", |
| 21 | "com.android.vcard", |
| 22 | "guava", |
| 23 | "libphonenumber", |
| 24 | ], |
| 25 | |
| 26 | certificate: "shared", |
| 27 | product_specific: true, |
| 28 | privileged: true, |
| 29 | required: ["privapp_whitelist_com.android.contacts"], |
| 30 | |
| 31 | optimize: { |
| 32 | proguard_flags_files: ["proguard.flags"], |
| 33 | }, |
| 34 | |
| 35 | sdk_version: "current", |
| 36 | min_sdk_version: "21", |
| 37 | } |