summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'power/1.1/vts/functional/Android.bp')
-rw-r--r--power/1.1/vts/functional/Android.bp15
1 files changed, 3 insertions, 12 deletions
diff --git a/power/1.1/vts/functional/Android.bp b/power/1.1/vts/functional/Android.bp
index f886bd2c..604cd36e 100644
--- a/power/1.1/vts/functional/Android.bp
+++ b/power/1.1/vts/functional/Android.bp
@@ -16,19 +16,10 @@
16 16
17cc_test { 17cc_test {
18 name: "VtsHalPowerV1_1TargetTest", 18 name: "VtsHalPowerV1_1TargetTest",
19 defaults: ["hidl_defaults"], 19 defaults: ["VtsHalTargetTestDefaults"],
20 srcs: ["VtsHalPowerV1_1TargetTest.cpp"], 20 srcs: ["VtsHalPowerV1_1TargetTest.cpp"],
21 shared_libs: [ 21 static_libs: [
22 "libbase", 22 "android.hardware.power@1.0",
23 "liblog",
24 "libhidlbase",
25 "libhidltransport",
26 "libutils",
27 "android.hardware.power@1.1", 23 "android.hardware.power@1.1",
28 ], 24 ],
29 static_libs: ["VtsHalHidlTargetTestBase"],
30 cflags: [
31 "-O0",
32 "-g",
33 ]
34} 25}