Support DT_RUNPATH in the linker.

Only $ORIGIN substitution is supported, but not linux-specific $LIB
or $PLATFORM.

Change-Id: I5814a016c7c91afba080230a547a863686e7c2b9
This commit is contained in:
Evgenii Stepanov
2015-06-10 13:38:39 -07:00
parent f3463db7eb
commit 6865082ca6
7 changed files with 182 additions and 16 deletions

View File

@@ -48,6 +48,10 @@ ifneq ($($(module)_multilib),)
LOCAL_MULTILIB := $($(module)_multilib)
endif
ifneq ($($(module)_relative_path),)
LOCAL_MODULE_RELATIVE_PATH := $($(module)_relative_path)
endif
LOCAL_CFLAGS := \
$(common_cflags) \
$($(module)_cflags) \