Use non Google variant for Service and Framework bluetooth tests

Test: None
Change-Id: I91517fba80940c79564a5e9a7cbee83476157fa4
diff --git a/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml b/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml
index 1ce0778..70c1191 100644
--- a/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml
+++ b/tools/mts-tradefed/res/config/mts-bluetooth-tests-list-shard-01.xml
@@ -19,7 +19,7 @@
     <option name="compatibility:include-filter" value="GoogleServiceBluetoothTests" />
     <option name="compatibility:include-filter" value="GoogleBluetoothInstrumentationTests" />
     <option name="compatibility:module-arg" value="CtsBluetoothTestCases:enable:true" />
-    <option name="compatibility:module-arg" value="GoogleFrameworkBluetoothTests:enable:true" />
-    <option name="compatibility:module-arg" value="GoogleServiceBluetoothTests:enable:true" />
+    <option name="compatibility:module-arg" value="FrameworkBluetoothTests:enable:true" />
+    <option name="compatibility:module-arg" value="ServiceBluetoothTests:enable:true" />
     <option name="compatibility:module-arg" value="GoogleBluetoothInstrumentationTests:enable:true" />
-</configuration>
\ No newline at end of file
+</configuration>