summaryrefslogtreecommitdiff
path: root/system/build
diff options
context:
space:
mode:
author Henri Chataing <henrichataing@google.com> 2024-10-18 14:33:17 -0700
committer Henri Chataing <henrichataing@google.com> 2024-10-21 18:20:50 +0000
commit31dba778fca246a40e4fe5a6a04ff148541cdcdd (patch)
tree4a2936df0c240142d6afa6abcfe6f27fea831c21 /system/build
parent674fff48d64159b567d0ed2ab8d3f272df08cf8c (diff)
Add bluetooth_tidy default
Enforces clang-tidy checks for all cc targets Bug: 331817295 Test: m com.android.btservices Flag: EXEMPT, build change Change-Id: I91f0a12aa06d12ad1dcbdf23ae67d3948ac66c25
Diffstat (limited to 'system/build')
-rw-r--r--system/build/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/build/Android.bp b/system/build/Android.bp
index fd6636b0c5..13f1ccccf5 100644
--- a/system/build/Android.bp
+++ b/system/build/Android.bp
@@ -11,6 +11,7 @@ cc_defaults {
name: "fluoride_defaults",
defaults: [
"bluetooth_cflags",
+ "bluetooth_tidy",
],
cflags: [
"-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",