health 1.0 does not use HAL_STATIC_LIBS

BOARD_HAL_STATIC_LIBRARIES is deprecated / obsolete. No devices
in our internal tree uses it. Devices that uses it should build
their own HALs and link to the correct libhealthd.(board) in
that vendor-specific module.

Test: pass
Bug: 127677771

Change-Id: I289d020960331e2dc2225ccbd378a73ccc51a056
This commit is contained in:
Yifan Hong
2019-12-02 17:58:50 -08:00
parent ba111275cb
commit 16273aea66

View File

@@ -19,7 +19,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_STATIC_LIBRARIES := android.hardware.health@1.0-convert
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
LOCAL_STATIC_LIBRARIES += libhealthd.default
include $(BUILD_SHARED_LIBRARY)