5a8189f141
Linkerconfig is going to remove all hard-coded dependencies from APEX modules and let APEX modules specify its own requirements. As part of it, this change adds a new configuration file for linkerconfig and let it aware that bionic APEX should be visible from all sections. Bug: 167946001 Test: atest passed Change-Id: If934d9a3e72b1466ee0d7bbb66d9383b90986a6b
6 lines
298 B
Text
6 lines
298 B
Text
# Extra linker configurations for bionic APEX
|
|
# See https://android.googlesource.com/platform/system/linkerconfig/+/master/README.md#apex_etc_linker_config_txt
|
|
|
|
[properties]
|
|
# Set bionic APEX as force visible so bionic APEX namespace is accessible via android_get_exported_namespace
|
|
visible = true
|