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

Commit 7731c985 authored by Helen Qin's avatar Helen Qin
Browse files

Opt the CredMan app in to R8 full mode for trimming optimization.

Bug: 253327460
Test: build
Change-Id: I5589d11356cff8844d8721c9a09de210a79d38c5
parent 425a324a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,4 +32,8 @@ android_app {
    platform_apis: true,

    kotlincflags: ["-Xjvm-default=enable"],

    optimize: {
        proguard_compatibility: false,
    },
}