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

Commit 9ba85c22 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.

(cherry picked from commit https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30255713 and https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30284506)

Bug: 377474232
Change-Id: I654181735e85bd61c269ec3ff717a89a01a3f266
Test: m
Flag: android.content.pm.cloud_compilation_pm
Merged-In: I0111fc6ef83e595a788f7900dd65743d6d90422c
parent 111967e5
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -293,3 +293,12 @@ flag {
    bug: "362425551"
    is_fixed_read_only: true
}

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