summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-04-14 16:53:23 -0700
committerEthan Chen <intervigil@gmail.com>2016-04-14 16:54:20 -0700
commit05a3648f9529cffecb24f939768868380de307d9 (patch)
treecb568119707d6fd855c81cd0799f89cbd6aa7e1a /healthd
parent0373c8deeb21f116354676116cf58e76a94d46a3 (diff)
downloadsystem_core-05a3648f9529cffecb24f939768868380de307d9.zip
system_core-05a3648f9529cffecb24f939768868380de307d9.tar.gz
system_core-05a3648f9529cffecb24f939768868380de307d9.tar.bz2
healthd: Rename default QCOM libhealthd library
* Avoid possible module name conflicts Change-Id: I4a804a4d1e7266e8918b5a5b50adaffe219ff226
Diffstat (limited to 'healthd')
-rw-r--r--healthd/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk
index d1e005e..5345338 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -10,7 +10,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_msm.cpp
-LOCAL_MODULE := libhealthd.msm
+LOCAL_MODULE := libhealthd.qcom
LOCAL_CFLAGS := -Werror
include $(BUILD_STATIC_LIBRARY)
@@ -62,7 +62,7 @@ endif
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
-BOARD_HAL_STATIC_LIBRARIES ?= libhealthd.msm
+BOARD_HAL_STATIC_LIBRARIES ?= libhealthd.qcom
endif
# Symlink /charger to /sbin/healthd