diff --git a/thermal/1.1/vts/functional/Android.bp b/thermal/1.1/vts/functional/Android.bp index cea5bf84a5..f5f01faf2c 100644 --- a/thermal/1.1/vts/functional/Android.bp +++ b/thermal/1.1/vts/functional/Android.bp @@ -16,20 +16,11 @@ cc_test { name: "VtsHalThermalV1_1TargetTest", - defaults: ["hidl_defaults"], + defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalThermalV1_1TargetTest.cpp"], - shared_libs: [ - "liblog", - "libhidlbase", - "libhidltransport", - "libutils", + static_libs: [ "android.hardware.thermal@1.0", "android.hardware.thermal@1.1", ], - static_libs: ["VtsHalHidlTargetTestBase"], - cflags: [ - "-O0", - "-g", - ], }