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

Commit 83866b31 authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

Add the flag to control cloud compilation verification in Package Manager.

Adding the cloud_compilation_verification flag to be read in the Package
Manager. This will guard the verification logic for cloud compilation
artifacts (in sdm file) and will be used to prevent the sdm file from
being installed if the verification fails.

Bug: 377474232 
Change-Id: If16914c0648e7cc92fae8bbf6d13b74dbeef7bc9
Test: N/A
Flag: android.content.pm.cloud_compilation_verification
parent fd356738
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -400,3 +400,11 @@ flag {
    bug: "378539511"
    bug: "378539511"
    is_fixed_read_only: true
    is_fixed_read_only: true
}
}

flag {
    name: "cloud_compilation_verification"
    namespace: "art_mainline"
    description: "Feature flag to enable the Cloud Compilation install-time verification in the package manager."
    bug: "377474232"
    is_fixed_read_only: true
}