Add camera_native namespace to system properties [2/2]

Fixes PlatformConfigurator not syncing flags in the
camera_native namespace from system settings to system properties.
This is the second CL out of 2 CLs to fix the issue.

Test: m
Bug: 266607979
Change-Id: I2f0ea417fe79d175ef3be397dcd605e8961337d1
This commit is contained in:
Mohi Montazer
2023-01-25 10:48:26 -08:00
parent 014175e869
commit fa5253cffe

View File

@@ -80,6 +80,7 @@ public class SettingsToPropertiesMapper {
@VisibleForTesting
static final String[] sDeviceConfigScopes = new String[] {
DeviceConfig.NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT,
DeviceConfig.NAMESPACE_CAMERA_NATIVE,
DeviceConfig.NAMESPACE_CONFIGURATION,
DeviceConfig.NAMESPACE_CONNECTIVITY,
DeviceConfig.NAMESPACE_INPUT_NATIVE_BOOT,