diff options
author | 2023-09-06 18:46:52 +0000 | |
---|---|---|
committer | 2023-09-06 18:46:55 +0000 | |
commit | e8c6f64f690fca1c5c18e28a4f5a9fdb35781628 (patch) | |
tree | 95d6d9255f83a3acac0543846ff4ff58ea106d86 | |
parent | 4a4b1ba2e796cd60f9d7629bd4cf4523ca46ec95 (diff) |
Remove unused "-Wno-gnu-variable-sized-type-not-at-end"
Bug: 279502784
Change-Id: I9e3052687cef995b3ae0e67996ee0f742516ff22
Test: mmm packages/modules/Bluetooth
-rw-r--r-- | system/build/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp index 78fa84736b..1727328cf3 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -16,8 +16,6 @@ cc_defaults { "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))", "-DLOG_NDEBUG=1", "-fvisibility=hidden", - // struct BT_HDR is defined as a variable-size header in a struct. - "-Wno-gnu-variable-sized-type-not-at-end", ], } |