mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user