Only keep classes from original shared lib for now

- To be expanded later

Bug: 218593309
Test: Build NLRelease and verify unused classes aren't in the apk
Change-Id: I633872fbc786ef35a6ae7e8661190532e19725dd
This commit is contained in:
Winson Chung
2022-02-11 05:09:36 +00:00
parent 6992855742
commit 65f6f95f79

View File

@@ -54,7 +54,7 @@
-dontwarn com.android.internal.util.**
################ Do not optimize recents lib #############
-keep class com.android.systemui.** {
-keep class com.android.systemui.shared.** {
*;
}