summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2022-02-11 05:09:36 +0000
committerWinson Chung <winsonc@google.com>2022-02-11 05:09:36 +0000
commit65f6f95f792d2e52c0b1e9eeeb8f4e2158bb5622 (patch)
treed70cc5ea0b563097c1d45a272ce68f3f614d28df /proguard.flags
parent69928557420d9e298b27477780eb8e032ccf927b (diff)
downloadLauncher3-65f6f95f792d2e52c0b1e9eeeb8f4e2158bb5622.tar.gz
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
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index a45018346a..1f5c0655c2 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -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.** {
*;
}