Sasha Smundak | bef01b9 | 2019-03-11 16:36:14 -0700 | [diff] [blame] | 1 | android_app_certificate { |
2 | name: "development_apps_pushapiauthenticator", | ||||
3 | certificate: "cert", | ||||
4 | } | ||||
5 | |||||
6 | android_test { | ||||
7 | name: "PushApiAuthenticator", | ||||
8 | // Only compile source java files in this apk. | ||||
9 | srcs: ["src/**/*.java"], | ||||
10 | sdk_version: "current", | ||||
11 | dex_preopt: { | ||||
12 | enabled: false, | ||||
13 | }, | ||||
14 | certificate: ":development_apps_pushapiauthenticator", | ||||
15 | } |