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

Commit 8fb2e7fd authored by Jiakai Zhang's avatar Jiakai Zhang
Browse files

Add flag "cloud_compilation_pm".

The flag will be used for flagging the package manager APIs for Cloud
Compilation.

Bug: 377474232
Change-Id: I46d0a73319783b390ea02cf368cd5520dc67c0f7
Test: m
Flag: android.content.pm.cloud_compilation_pm
parent ac951f83
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -349,3 +349,12 @@ flag {
    bug: "364760703"
    is_fixed_read_only: true
}

flag {
    name: "cloud_compilation_pm"
    is_exported: true
    namespace: "package_manager_service"
    description: "Feature flag to enable the Cloud Compilation support on the package manager side."
    bug: "377474232"
    is_fixed_read_only: true
}