• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5android_app_certificate {
6    name: "development_apps_pushapiauthenticator",
7    certificate: "cert",
8}
9
10android_test {
11    name: "PushApiAuthenticator",
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_pushapiauthenticator",
19}
20