Uses Dumpstate HIDL instead of dumpstate_board.

BUG: 31982882
Test: manual verification
Test: dumpstate_tests pass

Change-Id: I2d9a2658b52fba916984f0095edbd26ccd45a278
diff --git a/cmds/dumpstate/Android.mk b/cmds/dumpstate/Android.mk
index 5b0ced9..7edc7de 100644
--- a/cmds/dumpstate/Android.mk
+++ b/cmds/dumpstate/Android.mk
@@ -14,6 +14,7 @@
 COMMON_SRC_FILES := \
         utils.cpp
 COMMON_SHARED_LIBRARIES := \
+        android.hardware.dumpstate@1.0 \
         libbase \
         libbinder \
         libcutils \
@@ -38,7 +39,7 @@
 LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
 LOCAL_SRC_FILES := \
         utils.cpp # TODO: temporary, until functions are moved to DumpstateUtil.cpp
-# TODO: include just what it uses once split from utils.cpp
+# TODO: include just what it uses (libbase, libcutils, etc...) once split from utils.cpp
 LOCAL_SHARED_LIBRARIES := $(COMMON_SHARED_LIBRARIES)
 LOCAL_STATIC_LIBRARIES := $(COMMON_ZIP_LIBRARIES)