Split libhidl into base and transport.

Bug: 32756130

Test: mma
Change-Id: I1b897d3984b0faf636d40b862b14872ce5d5aa9b
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 1a96e88..8b59964 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -189,7 +189,8 @@
     liblog \
     libm \
     libc \
-    libhidl \
+    libhidlbase \
+    libhidltransport \
     android.hardware.health@1.0 \
 
 include $(BUILD_EXECUTABLE)