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