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

Commit d9ec7f2b authored by Dennis Shen's avatar Dennis Shen Committed by Kangping Dong
Browse files

fix container designation, it should be system_ext

Cherry pick of internal aflag fix ag/27165141

Bug: b/338095619
Merged-In: I8ee2fd5fad529da2026af77f969abbf88e636ac3
Change-Id: Icea56b89944afd85b7760265ea8bfe35e3300f13
parent 14d4df60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ package {
aconfig_declarations {
    name: "aconfig_settings_flags",
    package: "com.android.settings.flags",
    container: "system",
    container: "system_ext",
    srcs: [
        "*.aconfig",
    ],
+1 −1
Original line number Diff line number Diff line
package: "com.android.settings.flags"
container: "system"
container: "system_ext"

# NOTE: Don't add new accessibility flags here, since the package name doesn't follow
# the best practice for setting's feature flag go/settings-trunk-stable
+1 −1
Original line number Diff line number Diff line
package: "com.android.settings.flags"
container: "system"
container: "system_ext"

flag {
  name: "biometric_settings_provider"
+1 −1
Original line number Diff line number Diff line
package: "com.android.settings.flags"
container: "system"
container: "system_ext"

flag {
  name: "sfps_enroll_refinement"
+1 −1
Original line number Diff line number Diff line
package: "com.android.settings.flags"
container: "system"
container: "system_ext"

flag {
  name: "enable_offload_bluetooth_operations_to_background_thread"
Loading