diff options
| author | 2025-01-07 10:39:45 -0800 | |
|---|---|---|
| committer | 2025-01-07 10:39:45 -0800 | |
| commit | e54c402801a54fc27f3d15144c8caf9e538518b2 (patch) | |
| tree | a04fd4916cc11d5d99f7f85afe269c8402d7387a | |
| parent | 01e0027b491052f4117b5338b5ac7e3a81455cfb (diff) | |
Use exported flag lib for framework flag read
The flag, new_storage_public_api, is owned by ConfigInfra, but we read it in the system partition. The flag read should use an exported flag library.
Bug: 385389001
Change-Id: Ic570eefde1c298452a6ea633a14a7e2656b2980a
Test: m
| -rw-r--r-- | AconfigFlags.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AconfigFlags.bp b/AconfigFlags.bp index b1c091bfa946..b958c09ceea0 100644 --- a/AconfigFlags.bp +++ b/AconfigFlags.bp @@ -107,7 +107,7 @@ aconfig_declarations_group { "com.android.server.flags.services-aconfig-java", "com.android.text.flags-aconfig-java", "com.android.window.flags.window-aconfig-java", - "configinfra_framework_flags_java_lib", + "configinfra_framework_flags_java_exported_lib", "conscrypt_exported_aconfig_flags_lib", "device_policy_aconfig_flags_lib", "display_flags_lib", |