diff options
Diffstat (limited to 'system/stack/Android.bp')
-rw-r--r-- | system/stack/Android.bp | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/system/stack/Android.bp b/system/stack/Android.bp index 6bc7d54119..ea82d1d899 100644 --- a/system/stack/Android.bp +++ b/system/stack/Android.bp @@ -355,11 +355,6 @@ cc_test { whole_static_libs: [ "libbluetooth-for-tests", ], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -428,11 +423,6 @@ cc_test { sanitize: { cfi: false, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Bluetooth stack smp unit tests for target @@ -497,11 +487,6 @@ cc_test { "libgmock", "libosi", ], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Bluetooth stack multi-advertising unit tests for target @@ -543,11 +528,6 @@ cc_test { sanitize: { cfi: false, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Bluetooth stack advertise data parsing unit tests for target @@ -576,11 +556,6 @@ cc_test { "liblog", "libgmock", ], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Bluetooth stack connection multiplexing @@ -620,11 +595,6 @@ cc_test { sanitize: { cfi: false, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -674,11 +644,6 @@ cc_test { cfi: true, misc_undefined: ["bounds"], }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -734,11 +699,6 @@ cc_test { cfi: true, misc_undefined: ["bounds"], }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -881,11 +841,6 @@ cc_test { cfi: true, misc_undefined: ["bounds"], }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // gatt sr hash test @@ -928,11 +883,6 @@ cc_test { "libgmock", "libosi", ], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Iso manager unit tests @@ -980,11 +930,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // EATT unit tests @@ -1040,11 +985,6 @@ cc_test { sanitize: { cfi: false, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1157,11 +1097,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1208,11 +1143,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1268,11 +1198,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1337,11 +1262,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1421,11 +1341,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } cc_test { @@ -1571,11 +1486,6 @@ cc_test { undefined: true, }, }, - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } // Bluetooth stack connection multiplexing @@ -1619,9 +1529,4 @@ cc_test { "liblog", "libgmock", ], - target: { - android: { - test_config_template: ":BluetoothGTestNotShardableConfigTemplate", - }, - }, } |