summaryrefslogtreecommitdiff
path: root/tests/permission/Android.bp
blob: bd07009de7b37e69017b014ea4d85f9e01f747b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
android_test {
    name: "FrameworkPermissionTests",
    // Include all test java files.
    srcs: ["src/**/*.java"],
    libs: [
        "android.test.runner",
        "telephony-common",
        "android.test.base",
    ],
    static_libs: ["junit"],
    platform_apis: true,
}