Merge "Enable bluetooth tests."
diff --git a/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl-profiling.xml b/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl-profiling.xml
index 956534c..33fb25c 100644
--- a/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl-profiling.xml
+++ b/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl-profiling.xml
@@ -27,6 +27,7 @@
<option name="compatibility:include-filter" value="VrHidlTargetProfilingTest" />
<option name="compatibility:include-filter" value="HalMemtrackHidlTargetProfilingTest" />
<option name="compatibility:include-filter" value="HalGatekeeperHidlTargetBasicProfilingTest" />
+ <option name="compatibility:include-filter" value="BluetoothHidlTargetProfilingTest" />
<!--TODO: re-enable when VTS can handle device/hal incompatibility -->
<!-- <option name="compatibility:include-filter" value="HalBootHidlTargetProfilingTest" /> -->
<template-include name="reporters" default="basic-reporters" />
diff --git a/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl.xml b/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl.xml
index 8a80928..1376f65 100644
--- a/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl.xml
+++ b/tools/vts-tradefed/res/config/vts-serving-staging-hal-hidl.xml
@@ -43,5 +43,6 @@
<!-- option name="compatibility:include-filter" value="HalGraphicsMapperHidlTargetTest" / --><!-- need driver support -->
<option name="compatibility:include-filter" value="HalIrHidlTargetTest" />
<option name="compatibility:include-filter" value="HalWifiHidlTargetTest" />
+ <option name="compatibility:include-filter" value="HalBluetoothHidlTargetBasicTest" />
<template-include name="reporters" default="basic-reporters" />
</configuration>