aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f95b366..8dbb9cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,11 @@ cc_defaults {
host_ldlibs: ["-lrt", "-lpthread"],
},
},
+ tidy_checks: [
+ "-google-global-names-in-headers",
+ "-google-build-using-namespace",
+ "-google-explicit-constructor",
+ ],
}
cc_library_host_static {