diff options
| author | 2022-08-25 19:03:13 +0000 | |
|---|---|---|
| committer | 2022-08-25 19:03:13 +0000 | |
| commit | 7f66d93c80b5c0e352f2d4ceb6b6d6113e962146 (patch) | |
| tree | 144da88d50353d5b81699c890c731eb33e1c3521 | |
| parent | 21e83a2090a892842fa7ad60ca5ce78d67d49beb (diff) | |
| parent | fa2b957796c0c06dc0ffbf7c8d7622d311ea23ea (diff) | |
Merge "Prevent native methods in InputManagerService from being removed"
| -rw-r--r-- | services/proguard.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/proguard.flags b/services/proguard.flags index c9303462fb6a..606f360f2cc5 100644 --- a/services/proguard.flags +++ b/services/proguard.flags @@ -104,6 +104,9 @@ -keep,allowoptimization,allowaccessmodification class com.android.server.input.InputManagerService { <methods>; } +-keep,allowoptimization,allowaccessmodification class com.android.server.input.NativeInputManagerService$NativeImpl { + <methods>; +} -keep,allowoptimization,allowaccessmodification class com.android.server.usb.UsbHostManager { *** usbDeviceRemoved(...); *** usbDeviceAdded(...); |