summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-08-01 14:07:56 +0000
committer David Duarte <licorne@google.com> 2023-08-01 18:44:04 +0000
commit19954d1da12d9a16772451a168c637125b1b10ed (patch)
tree60adc4413cc9f5265054a7a0550fc260aa60b598 /system/build
parentabfabd4a20d83510a62ba26a508a521fd5b1b1c5 (diff)
Move c_std and cpp_std to bluetooth_cflags
Test: mmm packages/modules/Bluetooth Bug: 279502784 Change-Id: Ic5bf6a1128a0fdf9bb20616189b9f53d00ea5071
Diffstat (limited to 'system/build')
-rw-r--r--system/build/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp
index 95b20a2ec7..7f84debe69 100644
--- a/system/build/Android.bp
+++ b/system/build/Android.bp
@@ -19,7 +19,6 @@ cc_defaults {
// struct BT_HDR is defined as a variable-size header in a struct.
"-Wno-gnu-variable-sized-type-not-at-end",
],
- c_std: "c99",
product_variables: {
debuggable: {
cflags: [
@@ -57,7 +56,6 @@ cc_defaults {
"libbt_shim_bridge",
"libbt_shim_ffi",
],
- cpp_std: "c++17",
min_sdk_version: "current",
}