Unconditionally include this project
Permanently relocate healthd extension from device/qcom/common
for all targets.
Change-Id: I2af13918c336543f2cd2eb30591dde43f4cb377d
diff --git a/Android.mk b/Android.mk
index 53ad06e..776680b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,5 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_USES_QSSI),true)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_msm.cpp healthd_msm_alarm.cpp
LOCAL_MODULE := libhealthd.msm
@@ -13,4 +12,3 @@
bootable/recovery/minui/include
include $(BUILD_STATIC_LIBRARY)
-endif