summaryrefslogtreecommitdiffstats
path: root/tetheroffload/config/1.0/vts/functional/Android.bp
blob: ba6d809a2f4c8e4fd06b205d5ba4565896c8a70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cc_test {
    name: "VtsHalTetheroffloadConfigV1_0TargetTest",
    defaults: ["hidl_defaults"],
    srcs: ["VtsHalTetheroffloadConfigV1_0TargetTest.cpp"],
    shared_libs: [
        "android.hardware.tetheroffload.config@1.0",
        "libcutils",
        "libhidlbase",
        "libhidltransport",
        "liblog",
        "libutils",
    ],
    static_libs: ["VtsHalHidlTargetTestBase"],
    cflags: [
        "-O0",
        "-g",
    ],
}