Bob Badour | f7cf305 | 2021-02-12 17:13:45 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
Sasha Smundak | bef01b9 | 2019-03-11 16:36:14 -0700 | [diff] [blame] | 5 | android_app_certificate { |
| 6 | name: "development_apps_pushapitestappone_cert", |
| 7 | certificate: "cert", |
| 8 | } |
| 9 | |
| 10 | android_test { |
| 11 | name: "PushApiTestAppOne", |
| 12 | // Only compile source java files in this apk. |
| 13 | srcs: ["src/**/*.java"], |
| 14 | sdk_version: "current", |
| 15 | dex_preopt: { |
| 16 | enabled: false, |
| 17 | }, |
| 18 | certificate: ":development_apps_pushapitestappone_cert", |
| 19 | } |