Add dumpstate device AIDL HAL to PRODUCT_PACKAGES in shared/device.mk

- Remove dumpstate device HIDL HAL
- Add dumpstate device AIDL HAL
- Update hal_implementation_test to add
  android.hardware.dumpstate@1.1 to kKnownMissingHidl since this
  HIDL is now removed.

Bug: 205760700
Test: VtsHalDumpstateTargetTest, dumpstate, dumpstate_test, dumpsys, hal_implementation_test, vts_treble_vintf_vendor_test

Change-Id: I990fe195daf2bb518e0ba1bd9972064abb84db1e
diff --git a/shared/device.mk b/shared/device.mk
index f7672f2..a626e0f 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -508,7 +508,7 @@
 # Dumpstate HAL
 #
 ifeq ($(LOCAL_DUMPSTATE_PRODUCT_PACKAGE),)
-    LOCAL_DUMPSTATE_PRODUCT_PACKAGE := android.hardware.dumpstate@1.1-service.example
+    LOCAL_DUMPSTATE_PRODUCT_PACKAGE += android.hardware.dumpstate-service.example
 endif
 PRODUCT_PACKAGES += $(LOCAL_DUMPSTATE_PRODUCT_PACKAGE)
 
diff --git a/tests/hal/hal_implementation_test.cpp b/tests/hal/hal_implementation_test.cpp
index 2e9ccbf..c5f2c8d 100644
--- a/tests/hal/hal_implementation_test.cpp
+++ b/tests/hal/hal_implementation_test.cpp
@@ -54,6 +54,7 @@
     "android.hardware.cas.native@1.0",
     "android.hardware.configstore@1.1", // deprecated, see b/149050985, b/149050733
     "android.hardware.fastboot@1.1",
+    "android.hardware.dumpstate@1.1", // deprecated, see b/205760700
     "android.hardware.gnss.measurement_corrections@1.1", // is sub-interface of gnss
     "android.hardware.gnss.visibility_control@1.0",
     "android.hardware.graphics.allocator@2.0",