diff options
| author | 2025-01-22 15:31:35 +0000 | |
|---|---|---|
| committer | 2025-03-03 18:02:42 +0000 | |
| commit | 9b669ba9a06c6a709304e8f16f5f08aa7fcd4081 (patch) | |
| tree | b5c10b8457318208c1314811e9a2383a7f625540 | |
| parent | 5d685c6b3e70c8243de39aa56c080c66c1448614 (diff) | |
Use new module for exported sandbox flags
The new module contains the exported flags from
sandbox. The sandbox now has a new library only
for exported flags. The platform code needs to
import this new library in order to access the
exported flags.
Bug: 379770939
Test: New Build && CTS tests && ProcessTest &&
ActivityManagerServiceTest
Flag: EXEMPT Internal Cleanup
Change-Id: I7791f5cad2ff4eba10950fd5b310ba58ea538a2d
| -rw-r--r-- | AconfigFlags.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AconfigFlags.bp b/AconfigFlags.bp index 8b95679f318f..cbf1d1f5bd23 100644 --- a/AconfigFlags.bp +++ b/AconfigFlags.bp @@ -110,6 +110,7 @@ aconfig_declarations_group { "com.android.window.flags.window-aconfig-java", "configinfra_framework_flags_java_exported_lib", "conscrypt_exported_aconfig_flags_lib", + "sdk_sandbox_exported_flags_lib", "device_policy_aconfig_flags_lib", "display_flags_lib", "dropbox_flags_lib", @@ -123,7 +124,6 @@ aconfig_declarations_group { "libcore_readonly_aconfig_flags_lib", "libgui_flags_java_lib", "power_flags_lib", - "sdk_sandbox_flags_lib", "surfaceflinger_flags_java_lib", "telecom_flags_core_java_lib", "telephony_flags_core_java_lib", |