Merge branch 'revert-36be6c8d' into 'marshmallow-caf'
Revert "power: only build first lib"
* we want to use both, according to the multilib idea
This reverts commit 36be6c8da6
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
See merge request !1
This commit is contained in:
commit
121c723cd9
|
@ -7,7 +7,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_MULTILIB := first
|
||||
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