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

Commit 3e8935fa authored by Dennis Shen's avatar Dennis Shen Committed by Android (Google) Code Review
Browse files

Merge "Add aconfig namespaces to sync to sys prop" into main

parents 21f93075 337d5450
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;