diff options
Diffstat (limited to 'system/btif/Android.bp')
-rw-r--r-- | system/btif/Android.bp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/system/btif/Android.bp b/system/btif/Android.bp index eadd5618f4..7e201380c1 100644 --- a/system/btif/Android.bp +++ b/system/btif/Android.bp @@ -334,11 +334,6 @@ cc_test { "libosi", ], cflags: ["-DBUILDCFG"], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // btif rc unit tests for target @@ -377,11 +372,6 @@ cc_test { cfi: true, misc_undefined: ["bounds"], }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // btif config cache unit tests for target @@ -420,7 +410,6 @@ cc_test { static_libs: [ "android.system.suspend.control-V1-ndk", ], - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", }, }, } @@ -449,11 +438,6 @@ cc_test { "libosi", ], cflags: ["-DBUILDCFG"], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -569,7 +553,6 @@ cc_test { "libbinder_ndk", "android.hardware.bluetooth.audio-V3-ndk", ], - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", }, }, sanitize: { @@ -692,7 +675,6 @@ cc_test { "libbinder_ndk", "android.hardware.bluetooth.audio-V3-ndk", ], - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", }, }, sanitize: { |