Power: Fix module path
Use LOCAL_MODULE_RELATIVE_PATH for 64bit compilation. Change-Id: I27a437e8e63ffdadb699d5324d223537675e38e3
This commit is contained in:
parent
f70ca16bea
commit
4e89496b59
|
@ -6,7 +6,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|||
# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)/hw
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
|
||||
LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue