power-hal: Fix make file to use correct power hal library
Fix make file to use correct power hal library Change-Id: Iffc6d61d48cba02860f92073ca31c945d970f3be Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
parent
a747322a68
commit
2f6e66dfb2
|
@ -7,6 +7,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_MULTILIB := both
|
||||
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