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

Commit 4a9ab27f authored by Zhi Dou's avatar Zhi Dou Committed by Android (Google) Code Review
Browse files

Merge "Onboard new native namespace" into main

parents b3c5257d 136e5eae
Loading
Loading
Loading
Loading
+23 −13
Original line number Diff line number Diff line
@@ -115,28 +115,38 @@ public class SettingsToPropertiesMapper {
    };

    // All the aconfig flags under the listed DeviceConfig scopes will be synced to native level.
    // The list is sorted.
    @VisibleForTesting
    static final String[] sDeviceConfigAconfigScopes = new String[] {
        "android_core_networking",
        "arc_next",
        "biometrics_framework",
        "core_experiments_team_internal",
        "biometrics_integration",
        "camera_platform",
        "power",
        "vibrator",
        "car_framework",
        "car_perception",
        "car_security",
        "car_telemetry",
        "codec_fwk",
        "core_experiments_team_internal",
        "haptics",
        "text",
        "arc_next",
        "test_suites",
        "hardware_backed_security_mainline",
        "threadnetwork",
        "media_solutions",
        "nfc",
        "pixel_system_sw_touch",
        "pixel_watch",
        "power",
        "responsible_apis",
        "rust",
        "pixel_biometrics",
        "car_perception",
        "car_security",
        "car_telemetry",
        "car_framework",
        "android-nfc",
        "test_suites",
        "text",
        "threadnetwork",
        "vibrator",
        "wear_frameworks",
        "wear_system_health",
        "wear_systems",
        "window_surfaces",
        "windowing_frontend"
    };

    private final String[] mGlobalSettings;