Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee58f49c authored by Xin Guan's avatar Xin Guan
Browse files

r8: Update the proguard file for wearable

Bug: 240918831
Test: build and flash to verify.
Change-Id: I04783d508572c52841fba251b65b438b797b030e
(cherry picked from commit b59b555be43616ca68c16534d6829c20d39257af)
parent a9708b6b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -64,6 +64,12 @@
# Referenced via CarServiceHelperService in car-frameworks-service (avoid removing)
-keep public class com.android.server.utils.Slogf { *; }

# Referenced in wear-service
# HIDL interfaces
-keep public class android.hidl.base.** { *; }
-keep public class android.hidl.manager.** { *; }
-keep public class com.android.server.wm.WindowManagerInternal { *; }

# Notification extractors
# TODO(b/210510433): Revisit and consider generating from frameworks/base/core/res/res/values/config.xml.
-keep,allowoptimization,allowaccessmodification public class com.android.server.notification.** implements com.android.server.notification.NotificationSignalExtractor