blob: b6c00948f5f3fa169c9b55b72ba898ae70e936e3 [file] [log] [blame]
android_test {
name: "Gating",
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
certificate: "platform",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: [
"junit",
"android-support-test",
"mockito-target-minus-junit4",
"truth-prebuilt",
"platform_compat-test-rules"
],
}