Merge changes from topic "revert-2818339-remove_hidl_memory-VHKFNXVYFO" into main

* changes:
  Revert "Add local impl of mapper for libhidlmemory"
  Revert "Remove android.hidl.memory library from the VNDK"
  Revert "Skip the test that loads the android.hidl.memory library"
diff --git a/transport/Android.bp b/transport/Android.bp
index 10f31a7..e06a29f 100644
--- a/transport/Android.bp
+++ b/transport/Android.bp
@@ -24,3 +24,8 @@
 hidl_package_root {
     name: "android.hidl",
 }
+
+filegroup {
+    name: "checked_in_hidl_current",
+    srcs: ["current.txt"],
+}