blob: 966c5602959ccb02ae891368b6db162ba18cc6e4 [file] [log] [blame]
android_test {
name: "CodegenTests",
srcs: [
"**/*.java",
],
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",
optimize: {
enabled: false,
},
plugins: [
"staledataclass-annotation-processor",
],
static_libs: [
"junit",
"hamcrest",
"hamcrest-library",
"androidx.test.runner",
"androidx.test.rules",
],
}