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
diff --git a/health/1.0/default/Android.mk b/health/1.0/default/Android.mk
index bbf37af..05987f3 100644
--- a/health/1.0/default/Android.mk
+++ b/health/1.0/default/Android.mk
@@ -19,7 +19,7 @@
 
 LOCAL_STATIC_LIBRARIES := android.hardware.health@1.0-convert
 
-LOCAL_HAL_STATIC_LIBRARIES := libhealthd
+LOCAL_STATIC_LIBRARIES += libhealthd.default
 
 include $(BUILD_SHARED_LIBRARY)