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

Commit 337d5450 authored by Dennis Shen's avatar Dennis Shen
Browse files

Add aconfig namespaces to sync to sys prop

Bug: b/295379636
Change-Id: Ie2940486742b91043f6a4a9c6f2c886625aa26c0
parent 24e92294
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -117,7 +117,20 @@ public class SettingsToPropertiesMapper {
    // All the aconfig flags under the listed DeviceConfig scopes will be synced to native level.
    @VisibleForTesting
    static final String[] sDeviceConfigAconfigScopes = new String[] {
        DeviceConfig.NAMESPACE_CORE_EXPERIMENTS_TEAM_INTERNAL,
      "core_experiments_team_internal",
      "camera_platform",
      "power",
      "vibrator",
      "haptics",
      "text",
      "arc_next",
      "test_suites",
      "hardware_backed_security_mainline",
      "threadnetwork",
      "media_solutions",
      "responsible_apis",
      "rust",
      "pixel_biometrics",
    };

    private final String[] mGlobalSettings;