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

Commit 91d54133 authored by Kangping Dong's avatar Kangping Dong Committed by Gerrit Code Review
Browse files

Merge "fix container designation, it should be system_ext" into main

parents 14d4df60 d9ec7f2b
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