Files
Android11/frameworks/base/tests/Codegen/Android.bp
2023-10-13 14:01:41 +00:00

26 lines
445 B
Plaintext

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",
],
}