See build/soong/README.md for more information. Bug: 122332340 Test: treehugger, atest FrameworksPrivacyLibraryTests Change-Id: I000a5a635874ce88d32e8172d07f74c3fbb153c5
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
android_test {
|
|
name: "FrameworksPrivacyLibraryTests",
|
|
srcs: ["src/**/*.java"],
|
|
static_libs: [
|
|
"junit",
|
|
"rappor-tests",
|
|
"androidx.test.rules",
|
|
"truth-prebuilt",
|
|
],
|
|
libs: ["android.test.runner"],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
test_suites: ["device-tests"],
|
|
}
|