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

Commit abb0ac8d authored by Mark Punzalan's avatar Mark Punzalan
Browse files

Add flag for considering flags in PackageCacher

Flag: android.content.pm.include_feature_flags_in_package_cacher
Bug: 364771256
Test: presubmit

Change-Id: If4465d3ac81307ef528e4515f2b1b0406fee0566
parent f89706d2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -326,3 +326,11 @@ flag {
    bug: "360129103"
    is_fixed_read_only: true
}

flag {
    name: "include_feature_flags_in_package_cacher"
    namespace: "package_manager_service"
    description: "Include feature flag status when determining hits or misses in PackageCacher."
    bug: "364771256"
    is_fixed_read_only: true
}