hardware/libhardware_legacy: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
This commit is contained in:
parent
cf68701c39
commit
a13a2b960a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
libaudiopolicy_legacy
|
||||
|
||||
LOCAL_MODULE := audio_policy.default
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue