Power: Fix module path

Use LOCAL_MODULE_RELATIVE_PATH for 64bit compilation.

Change-Id: I27a437e8e63ffdadb699d5324d223537675e38e3
This commit is contained in:
Shashank Mittal 2014-05-19 18:03:21 -07:00
parent f70ca16bea
commit 4e89496b59
1 changed files with 1 additions and 1 deletions

View File

@ -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