summaryrefslogtreecommitdiffstats
path: root/healthd/Android.mk
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-06-01 14:34:29 -0700
committerSteven Moreland <smoreland@google.com>2018-07-16 11:26:04 -0700
commit3da9f08903fd6d6305d8ffdb66bc2c7c832ee757 (patch)
treeef40539c682cf8124499e63779c10af08df841eb /healthd/Android.mk
parent40ad8e2ade10aff36837140c827c7d1233138994 (diff)
downloadsystem_core-3da9f08903fd6d6305d8ffdb66bc2c7c832ee757.tar.gz
system_core-3da9f08903fd6d6305d8ffdb66bc2c7c832ee757.tar.bz2
system_core-3da9f08903fd6d6305d8ffdb66bc2c7c832ee757.zip
libbatterymonitor: vendor_available
libbatterymonitor is a static library. Also removed unused libbinder dependency. Test: pass Bug: 111454508 Merged-In: I1f17ee643e6ed1bb2c11a6f3189a448dba2927ac Change-Id: I1f17ee643e6ed1bb2c11a6f3189a448dba2927ac (cherry picked from commit ffff9aae0219091662811b5949ed3767d7df12aa)
Diffstat (limited to 'healthd/Android.mk')
-rw-r--r--healthd/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 6c8fecf29..124490354 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -3,14 +3,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := BatteryMonitor.cpp
-LOCAL_MODULE := libbatterymonitor
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
-LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
-LOCAL_STATIC_LIBRARIES := libutils libbase libbinder
-include $(BUILD_STATIC_LIBRARY)
-
-include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
healthd_mode_android.cpp \
BatteryPropertiesRegistrar.cpp