summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAlix <agespino@google.com>2022-04-28 21:03:10 +0000
committerAlix Espino <agespino@google.com>2022-07-18 21:49:46 +0000
commitf23ed80d86ee2a743b1eff677c5cf9848fc9ae87 (patch)
treec6184d113e80be6df3fcfe2605c1da668ce711a5 /Android.bp
parent75b045495424f02e0d42dbe16e5d2361d8f7d012 (diff)
downloaddynamic_depth-f23ed80d86ee2a743b1eff677c5cf9848fc9ae87.tar.gz
Deleted clang property in Andrioid.bp files.
Clang property has been depecrated and defaulting to true since 2018. deleted from Android.bp files using bpmodify: go run bpmodify.go -w -m=module_names, -remove-property=true -property=clang filepath Bug: 208980553 Test: m nothing & treehugger Change-Id: I7a7c286d1382932647eafdf9808d3895d369f62f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a88aa9e..b1eda20 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,7 +28,7 @@ cc_defaults {
],
rtti: true,
cppflags: ["-fno-exceptions"],
- clang: true,
+
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",