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

Commit faaf3476 authored by Song Pan's avatar Song Pan
Browse files

Fix the AppIntegrityManagerServiceImplTest.

Previouisly our pre-built apk targets "R" which was a pre-release platform and
cannot be installed on any other platforms (e.g,. S). We re-built the apk so it
targets a released platform.

Test: atest AppIntegrityManagerServiceImplTest
Bug: 155621149
Change-Id: I5b3b45e5d574de0ed60c8c2bed184d820ff987f0
parent de9867d3
Loading
Loading
Loading
Loading
+1.36 MiB (1.38 MiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public class AppIntegrityManagerServiceImplTest {

    // These are obtained by running the test and checking logcat.
    private static final String APP_CERT =
            "C8A2E9BCCF597C2FB6DC66BEE293FC13F2FC47EC77BC6B2B0D52C11F51192AB8";
            "F14CFECF5070874C05D3D2FA98E046BE20BDE02A0DC74BAF6B59C6A0E4C06850";
    // We use SHA256 for package names longer than 32 characters.
    private static final String INSTALLER_SHA256 =
            "30F41A7CBF96EE736A54DD6DF759B50ED3CC126ABCEF694E167C324F5976C227";