Revert "power: only build first lib"

This reverts commit 36be6c8da6
This commit is contained in:
Alex Naidis 2016-06-03 12:50:50 -04:00
parent 066893623a
commit fdbbd13764
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MULTILIB := first LOCAL_MULTILIB := both
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c