summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-06-17 06:48:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-17 06:48:32 +0000
commit1d593c30067aa38e66ac035608d1f9f229769910 (patch)
treefe77717d3e3ace6e498c9a22d0756979fe564c42 /system/build
parent509d28cdcf470e6bd600e2b900cbaaa25684fa94 (diff)
parente755143142167f2707992b3aa777e703826a0fa1 (diff)
Merge "Remove gd include from fluoride_common_options"
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 1c806f37b2..48d3e87b6d 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