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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user