1android_test {
2    name: "FrameworksPrivacyLibraryTests",
3    srcs: ["src/**/*.java"],
4    static_libs: [
5        "junit",
6        "rappor-tests",
7        "androidx.test.rules",
8        "truth-prebuilt",
9    ],
10    libs: ["android.test.runner"],
11    platform_apis: true,
12    certificate: "platform",
13    test_suites: ["device-tests"],
14}
15