commit | 7731c985a29d4cd38c5a8368e6276b6e0d7abcf1 | [log] [tgz] |
---|---|---|
author | Helen Qin <helenqin@google.com> | Tue Oct 18 01:13:43 2022 +0000 |
committer | Helen Qin <helenqin@google.com> | Tue Oct 18 01:15:31 2022 +0000 |
tree | 98f7d0c5cb43e9666adb2b1d51fa067bc90c0baa | |
parent | 425a324a156c69bc6bd1bf7d1f816ef16cf63c6a [diff] [blame] |
Opt the CredMan app in to R8 full mode for trimming optimization. Bug: 253327460 Test: build Change-Id: I5589d11356cff8844d8721c9a09de210a79d38c5
diff --git a/packages/CredentialManager/Android.bp b/packages/CredentialManager/Android.bp index 51943ff..25529bb 100644 --- a/packages/CredentialManager/Android.bp +++ b/packages/CredentialManager/Android.bp
@@ -32,4 +32,8 @@ platform_apis: true, kotlincflags: ["-Xjvm-default=enable"], + + optimize: { + proguard_compatibility: false, + }, }