aboutsummaryrefslogtreecommitdiff
path: root/platform_tools/android/apps/skqp/src/main/Android.bp
blob: 7b31d49e4443ea1092a13e1c546fd58907d399dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

android_test {
    name: "CtsSkQPTestCases",
    defaults: ["cts_defaults"],

    test_suites: [
        "cts",
        "vts10",
    ],
    libs: ["android.test.runner.stubs"],
    jni_libs: ["libskqp_app"],
    compile_multilib: "both",

    static_libs: [
        "android-support-design",
        "ctstestrunner-axt",
    ],
    srcs: ["java/**/*.java"],
    sdk_version: "test_current",
}