summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-09-08 21:30:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-09-08 21:30:58 +0000
commit179526416beb57c12169a5b31bf7cfdc9b7ed1f4 (patch)
tree8489079327665a7b89270b673128c7bd26890b25 /system/build
parent78686c7a13d0cd0e3349b907375a0572c9f74c24 (diff)
parent7dcc07f7800da37a0dbf19b5eae0c9ccd7f77db5 (diff)
Merge "Merge fluoride_types_defaults_fuzzable into fluoride_defaults" into main
Diffstat (limited to 'system/build')
-rw-r--r--system/build/Android.bp9
1 files changed, 1 insertions, 8 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp
index 1727328cf3..8999d96d1d 100644
--- a/system/build/Android.bp
+++ b/system/build/Android.bp
@@ -7,20 +7,14 @@ package {
default_applicable_licenses: ["system_bt_license"],
}
-// Fuzzable defaults are the subset of defaults that are used in fuzzing, which
-// requires no shared libraries, and no explicit sanitization.
cc_defaults {
- name: "fluoride_types_defaults_fuzzable",
+ name: "fluoride_defaults",
defaults: ["bluetooth_cflags"],
cflags: [
"-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
"-DLOG_NDEBUG=1",
"-fvisibility=hidden",
],
-}
-
-cc_defaults {
- name: "fluoride_defaults",
target: {
android: {
test_config_template: ":BluetoothTestConfigTemplate",
@@ -29,5 +23,4 @@ cc_defaults {
},
},
},
- defaults: ["fluoride_types_defaults_fuzzable"],
}