summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-06-04 16:37:32 +0000
committer David Duarte <licorne@google.com> 2023-06-09 02:25:25 +0000
commite755143142167f2707992b3aa777e703826a0fa1 (patch)
treef75333ebf2f9334d0afce0c1ead29a5cd7e0b814 /system/build
parent17f791e6c1cbe94f2fba4b2369e3eb61c4cd84b9 (diff)
Remove gd include from fluoride_common_options
fluoride_common_options is used on all cc targets inside this repository and not all targets depends/want to include gd Test: mma Bug: 279502784 Change-Id: I06977ac20993c56b18d3c250394647d3af3f9812
Diffstat (limited to 'system/build')
-rw-r--r--system/build/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp
index 1b69f4a23c..b5eeabf10e 100644
--- a/system/build/Android.bp
+++ b/system/build/Android.bp
@@ -16,9 +16,6 @@ cc_defaults {
// there are too many unused parameters in all the code.
"-Wno-unused-parameter",
],
- include_dirs: [
- "packages/modules/Bluetooth/system/gd",
- ],
}
// Fuzzable defaults are the subset of defaults that are used in fuzzing, which