summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-10-07 23:32:21 -0700
committerSteve Kondik <shade@chemlab.org>2013-10-07 23:32:21 -0700
commit3d5810abf8d478128886bcf9eb62ddb4c159280f (patch)
tree984093808b0522afc4f002ff97433adadc6c7cf6
parente8bb7767af3bb76e7209e198fd74e0ac901aece9 (diff)
downloadandroid_hardware_qcom_power-3d5810abf8d478128886bcf9eb62ddb4c159280f.tar.gz
android_hardware_qcom_power-3d5810abf8d478128886bcf9eb62ddb4c159280f.tar.bz2
android_hardware_qcom_power-3d5810abf8d478128886bcf9eb62ddb4c159280f.zip
power: Don't build this if we choose the CM PowerHALcm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2
Change-Id: I84617f1984d6b49a9e0eca617d2ab5624a27025a
-rwxr-xr-xAndroid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 94df3cd..2cff70e 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,5 @@
ifeq ($(TARGET_BOARD_PLATFORM),msm8960)
+ifneq ($(TARGET_USES_CM_POWERHAL),true)
ifneq ($(TARGET_PROVIDES_POWERHAL),true)
LOCAL_PATH := $(call my-dir)
@@ -23,3 +24,4 @@ endif
include $(BUILD_SHARED_LIBRARY)
endif
endif
+endif