summaryrefslogtreecommitdiff
path: root/system/build/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'system/build/Android.bp')
-rw-r--r--system/build/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp
index 1292920110..fd6636b0c5 100644
--- a/system/build/Android.bp
+++ b/system/build/Android.bp
@@ -9,7 +9,9 @@ package {
cc_defaults {
name: "fluoride_defaults",
- defaults: ["bluetooth_cflags"],
+ defaults: [
+ "bluetooth_cflags",
+ ],
cflags: [
"-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
"-DLOG_NDEBUG=0",