summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShareef Ali <shareefalis@gmail.com>2012-11-19 20:38:48 -0500
committerSteve Kondik <shade@chemlab.org>2013-07-31 18:37:26 -0700
commit3549826b56d09a0c8e86f25ec6b0e41d44ec7573 (patch)
tree7990d03e47f504dedba72508e876d32efbfe038b
parente87aaaf637d7f9f756cff57cfbbfdb44c20adbeb (diff)
downloadandroid_hardware_qcom_power-3549826b56d09a0c8e86f25ec6b0e41d44ec7573.tar.gz
android_hardware_qcom_power-3549826b56d09a0c8e86f25ec6b0e41d44ec7573.tar.bz2
android_hardware_qcom_power-3549826b56d09a0c8e86f25ec6b0e41d44ec7573.zip
qcom_power: add TARGET_PROVIDES_POWERHAL
Change-Id: Ic6f8777025389b94aa3ddb476caf07e93cb0df6b
-rwxr-xr-xAndroid.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 908c863..936c8e4 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,6 @@
ifeq ($(TARGET_BOARD_PLATFORM),msm8960)
+ifneq ($(TARGET_PROVIDES_POWERHAL),true)
+
LOCAL_PATH := $(call my-dir)
# HAL module implemenation stored in
@@ -15,3 +17,4 @@ LOCAL_MODULE:= power.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif
+endif \ No newline at end of file