summaryrefslogtreecommitdiff
path: root/system/stack/Android.bp
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-03-28 17:58:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-03-28 17:58:57 +0000
commitff533f01317e49f1424f1b31b718deffca58d00c (patch)
tree413a2cb357ff1e0dbdf6cbe57c9a9bbc5a7d28a4 /system/stack/Android.bp
parent2e4b627d8d682a3231634c7780e521e166a98899 (diff)
Revert "Revert "Revert "Add template to prevent sharding of some..."
Revert submission 2510997-revert-2508278-NYSMMYRTQW Reason for revert: Fixed with https://r.android.com/2509792 Reverted changes: /q/submissionid:2510997-revert-2508278-NYSMMYRTQW Change-Id: I28a82d185b15ba1f1364fc9c40fda86d9f506cd7
Diffstat (limited to 'system/stack/Android.bp')
-rw-r--r--system/stack/Android.bp95
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",
- },
- },
}