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

Commit 136e5eae authored by Zhi Dou's avatar Zhi Dou
Browse files

Onboard new native namespace

Add new native namespaces
1. codec_fwk
2. pixel_system_sw_touch
3. android_core_networking
4. windowing_frontend
5. pixel_watch
6. window_surfaces
7. wear_system_health
8. wear_systems
9. wear_frameworks

And rename pixel_biometrics to biometrics_integration

Bug: 297893342
Bug: 297428462
Bug: 297829871
Bug: 298895172
Bug: 298925569
Bug: 297917823
Bug: 297426464
Bug: 297115088
Bug: 297115474
Bug: 297115610
Test: presubmit
Change-Id: Iccfd5c1d3dce53a3902dc4d170c94f47d10a42e1
parent f476b718
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;