healthd: switch to HAL static libraries
Change-Id: I5a802f9b9a8ad4782c4d0c6376a068aef32a70cb
This commit is contained in:
parent
a41611f638
commit
d65104ca31
1 changed files with 7 additions and 6 deletions
|
@ -3,6 +3,12 @@
|
|||
ifneq ($(BUILD_TINY_ANDROID),true)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := healthd_board_default.cpp
|
||||
LOCAL_MODULE := libhealthd.default
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
|
@ -17,12 +23,7 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
|
|||
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libbatteryservice libbinder libz libutils libstdc++ libcutils liblog libm libc
|
||||
|
||||
ifdef BOARD_LIB_HEALTHD
|
||||
LOCAL_STATIC_LIBRARIES += $(BOARD_LIB_HEALTHD)
|
||||
else
|
||||
LOCAL_SRC_FILES += healthd_board_default.cpp
|
||||
endif
|
||||
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue