commit | a745795e46e00668f32b287c95f8009e7bb3d116 | [log] [tgz] |
---|---|---|
author | Alix <agespino@google.com> | Wed May 18 19:07:11 2022 +0000 |
committer | Alix <agespino@google.com> | Wed May 18 19:07:11 2022 +0000 |
tree | b40315694ba87f09d0d17bc3ee7f55714ad03731 | |
parent | c71b8b96c94b401b5cedf97960d845771441ce0f [diff] [blame] |
Moved contents of clang_cflags into cflags Test: Treehugger Bug: 226636335 Change-Id: I1d45107994701d072728bc07ae1e5b8f50a73b89
diff --git a/libs/ui/tools/Android.bp b/libs/ui/tools/Android.bp index c28c303..5d6070c 100644 --- a/libs/ui/tools/Android.bp +++ b/libs/ui/tools/Android.bp
@@ -25,7 +25,7 @@ cc_defaults { name: "libui_tools_default", - clang_cflags: [ + cflags: [ "-Wall", "-Wextra", "-Werror",