summaryrefslogtreecommitdiff
path: root/media/lib/tvremote/tests/Android.bp
blob: f00eed07079861e4c477a1f2db97d3bd8f20541a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
android_test {
    name: "TvRemoteTests",
    srcs: ["src/**/*.java"],
    libs: [
        "android.test.runner",
        "android.test.base",
        "com.android.media.tv.remoteprovider",
    ],
    static_libs: [
        "mockito-target-minus-junit4",
    ],
    platform_apis: true,
    certificate: "platform",
    privileged: true,
}