diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index d2e655369f..cd2be441c2 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp @@ -28,7 +28,10 @@ cc_test { "libutils", "android.hardware.bluetooth@1.0", ], - static_libs: ["VtsHalHidlTargetTestBase"], + static_libs: [ + "VtsHalHidlTargetTestBase", + "libbluetooth-types", + ], cflags: [ "-O0", "-g",