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

Commit a4e178e6 authored by Dennis Shen's avatar Dennis Shen
Browse files

fix container designation, it should be system_ext

Bug: b/338095619
Change-Id: I8ee2fd5fad529da2026af77f969abbf88e636ac3
parent 6c8455c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,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"
+2 −2
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