OSDN Git Service

Support CUSTOM_TARGET_LINKER
authorColin Cross <ccross@android.com>
Wed, 7 Sep 2016 21:12:50 +0000 (14:12 -0700)
committerColin Cross <ccross@android.com>
Wed, 7 Sep 2016 22:53:58 +0000 (22:53 +0000)
commit123989f1ba06229d8b449106b08eeeb7743860f7
treecc5d9fa860415615a414c0edfda262913fc9a027
parent6326d1b8d42161cba1c3509f9c87c947850790c4
Support CUSTOM_TARGET_LINKER

Support overriding the dynamic linker setting in ART binaries when
CUSTOM_TARGET_LINKER is set.  Used for ART testing of new binaries on a
device flashed to an old platform.

Change-Id: I20396a1bedd37cdf884d0c5a68f93b9a3e7e10b2
build/art.go