summaryrefslogtreecommitdiff
path: root/tests/Android.bp
blob: 1184214c1fb9fcf07829e0ddd0209a8e78b51f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package {
    // http://go/android-license-faq
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_test {
    name: "LegacyCameraTests",

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

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

    platform_apis: true,

    instrumentation_for: "LegacyCamera",

}