diff options
author | 2024-12-12 11:40:51 -0800 | |
---|---|---|
committer | 2024-12-12 11:40:51 -0800 | |
commit | 2468f8af91c1696e98d2cf46bf55433d143c6104 (patch) | |
tree | 3ba71512d80f80cb2fc730134d64a60faf3d43a8 | |
parent | 4d222959d96baa0366466d0910e0cd7e1f930191 (diff) | |
parent | 9ed0e9bfdcdfde22167e5371829534657633a69a (diff) |
Merge "Create aconfig flag for enabling SDK system feature cache" into main
-rw-r--r-- | core/java/android/content/pm/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 901326d759a4..2b8780c4fba0 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -149,6 +149,13 @@ flag { } flag { + name: "cache_sdk_system_features" + namespace: "system_performance" + description: "Feature flag to enable optimized cache for SDK-defined system feature lookups." + bug: "375000483" +} + +flag { name: "provide_info_of_apk_in_apex" is_exported: true namespace: "package_manager_service" |