Giuseppe Maggio | 1b6a723 | 2020-01-03 01:48:52 +0100 | [diff] [blame] | 1 | android_app { |
| 2 | name: "SystemUIGoogle", |
| 3 | overrides: [ |
| 4 | "SystemUI", |
| 5 | ], |
| 6 | srcs: [ |
| 7 | "src/**/*.java", |
| 8 | "src/**/I*.aidl", |
Surge1223 | 1b3c226 | 2020-02-04 18:46:54 -0500 | [diff] [blame] | 9 | "src/**/*.proto", |
Giuseppe Maggio | 1b6a723 | 2020-01-03 01:48:52 +0100 | [diff] [blame] | 10 | ], |
| 11 | static_libs: [ |
| 12 | "SystemUI-core", |
| 13 | "SystemUIPluginLib", |
| 14 | "SystemUISharedLib", |
| 15 | "SettingsLib", |
| 16 | "android.hidl.base-V1.0-java", |
| 17 | "androidx.legacy_legacy-support-v4", |
| 18 | "androidx.recyclerview_recyclerview", |
| 19 | "androidx.preference_preference", |
| 20 | "androidx.appcompat_appcompat", |
| 21 | "androidx.mediarouter_mediarouter", |
| 22 | "androidx.palette_palette", |
| 23 | "androidx.legacy_legacy-preference-v14", |
| 24 | "androidx.leanback_leanback", |
| 25 | "androidx.slice_slice-core", |
| 26 | "androidx.slice_slice-view", |
| 27 | "androidx.slice_slice-builders", |
| 28 | "androidx.arch.core_core-runtime", |
| 29 | "androidx.lifecycle_lifecycle-extensions", |
| 30 | "SystemUI-tags", |
| 31 | "SystemUI-proto", |
Giuseppe Maggio | f453551 | 2020-01-04 20:10:22 +0100 | [diff] [blame] | 32 | "dagger2-2.19", |
Giuseppe Maggio | 62938cf | 2020-03-29 20:46:37 +0200 | [diff] [blame] | 33 | "guava", |
Giuseppe Maggio | f453551 | 2020-01-04 20:10:22 +0100 | [diff] [blame] | 34 | "//external/kotlinc:kotlin-annotations", |
ezio84 | 24873d4 | 2020-02-11 21:55:17 +0100 | [diff] [blame] | 35 | "VendorSupport-preference", |
Giuseppe Maggio | 1b6a723 | 2020-01-03 01:48:52 +0100 | [diff] [blame] | 36 | ], |
| 37 | libs: [ |
| 38 | "telephony-common", |
| 39 | ], |
| 40 | manifest: "AndroidManifest.xml", |
| 41 | platform_apis: true, |
| 42 | product_specific: true, |
| 43 | certificate: "platform", |
| 44 | privileged: true, |
| 45 | optimize: { |
| 46 | proguard_flags_files: [ |
| 47 | "proguard.flags", |
| 48 | ], |
| 49 | }, |
| 50 | resource_dirs: [ |
| 51 | "res", |
| 52 | ], |
| 53 | dxflags: ["--multi-dex"], |
| 54 | aaptflags: [ |
| 55 | "--extra-packages", |
| 56 | "com.android.keyguard", |
| 57 | ], |
Giuseppe Maggio | f453551 | 2020-01-04 20:10:22 +0100 | [diff] [blame] | 58 | kotlincflags: ["-Xjvm-default=enable"], |
| 59 | plugins: ["dagger2-compiler-2.19"], |
Giuseppe Maggio | 1b6a723 | 2020-01-03 01:48:52 +0100 | [diff] [blame] | 60 | required: ["privapp_whitelist_com.android.systemui"], |
| 61 | } |