Merge "power: Build the power module for QCOM targets"

This commit is contained in:
Linux Build Service Account 2013-01-16 17:27:08 -08:00 committed by Gerrit - the friendly Code Review server
commit 8302d74dd3
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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
# 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_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif