summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDavid Ng <dave@codeaurora.org>2018-06-04 15:24:20 -0700
committerDavid Ng <dave@codeaurora.org>2018-06-04 16:00:03 -0700
commit03e283993d8ffb0915735d4c1a3589143660048b (patch)
tree22ecf02a7edabe6078fbb63ecdd5716224373aa9 /Android.mk
parentba74c442d4342932d0ac506a19c88560b65a00da (diff)
downloadvendor_qcom_opensource_power-03e283993d8ffb0915735d4c1a3589143660048b.tar.gz
vendor_qcom_opensource_power-03e283993d8ffb0915735d4c1a3589143660048b.tar.bz2
vendor_qcom_opensource_power-03e283993d8ffb0915735d4c1a3589143660048b.zip
Unconditionally include this project and create header library
Create qti_powerhal_headers library from include files and permanently relocate power HAL from device/qcom/common for all targets. Change-Id: I379fde83cebf9d077b77fccf195345c4fe1c2d71
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 087a9a8..a61a8f9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,5 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_USES_QSSI),true)
ifeq ($(call is-vendor-board-platform,QCOM),true)
# HAL module implemenation stored in
@@ -87,4 +86,3 @@ LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)
endif
-endif