summaryrefslogtreecommitdiffstats
path: root/tests/CoreTests/android/Android.bp
blob: 24134e8fb7f0123bebd5efbd0de671f375c23072 (plain)
1
2
3
4
5
6
7
8
9
10
11
android_test {
    name: "LegacyCoreTests",
    srcs: ["**/*.java"],
    libs: [
        "android.test.runner.stubs",
        "org.apache.http.legacy",
        "android.test.base.stubs",
    ],
    sdk_version: "current",
    static_libs: ["junit"],
}