Merge "power: Build the power module for QCOM targets"
This commit is contained in:
commit
8302d74dd3
|
@ -1,6 +1,6 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(call is-android-codename,JELLY_BEAN),true)
|
ifeq ($(call is-vendor-board-platform,QCOM),true)
|
||||||
|
|
||||||
# HAL module implemenation stored in
|
# HAL module implemenation stored in
|
||||||
# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
||||||
|
@ -12,4 +12,5 @@ LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c
|
||||||
LOCAL_MODULE := power.qcom
|
LOCAL_MODULE := power.qcom
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue