diff options
author | Siarhei Vishniakou <svv@google.com> | 2020-02-12 22:55:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-12 22:55:00 +0000 |
commit | b0f1fe887a0e12671c94fc0315f1a8a23934f92e (patch) | |
tree | f19023b970631339920c47f32457d67455b414d7 /native | |
parent | f0ac5e88a7b1b81e9a31243913cd3fb6261a8bbc (diff) | |
parent | cf07528a0ef5037fee55da3a577f2b9d440dd1ec (diff) |
Merge "New VerifiedInputEvent api"
Diffstat (limited to 'native')
-rw-r--r-- | native/android/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/android/Android.bp b/native/android/Android.bp index 0c6f507787d9..257ae7332cc1 100644 --- a/native/android/Android.bp +++ b/native/android/Android.bp @@ -25,6 +25,7 @@ cc_defaults { cflags: [ "-Wall", "-Werror", + "-Wextra", "-Wunused", "-Wunreachable-code", ], |