summaryrefslogtreecommitdiff
path: root/native/android/Android.bp
diff options
context:
space:
mode:
authorSiarhei Vishniakou <svv@google.com>2020-01-15 17:35:58 -0800
committerSiarhei Vishniakou <svv@google.com>2020-02-10 13:43:55 -0800
commitcf07528a0ef5037fee55da3a577f2b9d440dd1ec (patch)
treeed978516d2d412452d7cf3a53e49756991e93657 /native/android/Android.bp
parent41745be8bbec3065da742caf869165d63a4ce676 (diff)
New VerifiedInputEvent api
The Verified{Input/Key/Motion}Event api are the same as {Input/Key/Motion}Event api. The VerifiedMotion class is the same as the MotionEvent class, but contains less information. It only contains the information that the system is able to verify. Same applies to VerifiedKeyEvent. The class VerifiedInputEvent contains common information applicable to both Key and Motion. Test: atest VerifiedKeyEventTest VerifiedMotionEventTest Bug: 134977432 Change-Id: I4770104eb4c025263da7efeea9c7a658dff74ac9
Diffstat (limited to 'native/android/Android.bp')
-rw-r--r--native/android/Android.bp1
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",
],