summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2017-08-18 16:52:25 -0700
committer Justin Yun <justinyun@google.com> 2017-08-23 12:54:54 +0900
commitef88ae2369aa9a097941bf1bff7823589ffc819f (patch)
treea5e0530520764a2b2e8525a15aaa8c7864eb0f1b /python/python.go
parent0b062130dcbaa40498e133f8d44de4148d6a8427 (diff)
Make libdl.so be loaded after libc.so
Make sure that libdl is always after libc on the command line. Simplifies the logic to always support system_shared_libs for sdk and vndk builds. For backwards compatibility without updating lots of Android.bp files, allow libdl to be listed in shared_libs as long as it is also in system_shared_libs or libc is not in system_shared_libs. Remove all the places that libdl is added as a dependency, since it will always be present unless explicitly removed now. Bug: 62815515 Test: m -j checkbuild Change-Id: I0233178ffea87a2f0b82190746022476304a68e2
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions