summaryrefslogtreecommitdiff
path: root/media/tests/TunerTest/Android.bp
blob: cef879112225ffc14044ee530f360a6b527a249f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
android_test {
    name: "mediatunertest",

    srcs: ["**/*.java"],

    libs: [
        "android.test.runner",
        "android.test.base",
    ],

    static_libs: [
        "android-support-test",
        "testng"
    ],

    platform_apis: true,
    certificate: "platform",
}