blob: b74fcef6dae34815d0dd1f4a6833cb0fc9800a9c [file] [log] [blame]
android_app_certificate {
name: "development_apps_pushapitestappone_cert",
certificate: "cert",
}
android_test {
name: "PushApiTestAppOne",
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
sdk_version: "current",
dex_preopt: {
enabled: false,
},
certificate: ":development_apps_pushapitestappone_cert",
}