diff options
-rw-r--r-- | bluetooth/1.0/vts/functional/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index 54039e581b..cf25cc8ff9 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp @@ -22,5 +22,8 @@ cc_test { "android.hardware.bluetooth@1.0", "libbluetooth-types", ], - test_suites: ["general-tests"], + test_suites: [ + "general-tests", + "vts-core", + ], } |