Merge "Add experiment flag namespace for Multi-Gen LRU" into tm-qpr-dev
This commit is contained in:
@@ -312,6 +312,13 @@ public final class DeviceConfig {
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_MEDIA_NATIVE = "media_native";
|
||||
|
||||
/**
|
||||
* Namespace for all Kernel Multi-Gen LRU feature.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String NAMESPACE_MGLRU_NATIVE = "mglru_native";
|
||||
|
||||
/**
|
||||
* Namespace for all netd related features.
|
||||
*
|
||||
|
||||
@@ -86,6 +86,7 @@ public class SettingsToPropertiesMapper {
|
||||
DeviceConfig.NAMESPACE_INTELLIGENCE_CONTENT_SUGGESTIONS,
|
||||
DeviceConfig.NAMESPACE_LMKD_NATIVE,
|
||||
DeviceConfig.NAMESPACE_MEDIA_NATIVE,
|
||||
DeviceConfig.NAMESPACE_MGLRU_NATIVE,
|
||||
DeviceConfig.NAMESPACE_NETD_NATIVE,
|
||||
DeviceConfig.NAMESPACE_NNAPI_NATIVE,
|
||||
DeviceConfig.NAMESPACE_PROFCOLLECT_NATIVE_BOOT,
|
||||
|
||||
Reference in New Issue
Block a user