Move android.hidl.memory@1.0-impl to system_ext

android.hidl.memory@1.0-impl is no longer installed from the latest
android version, which diverges system image into two versions. To unify
system image over target device versions, move diverging factor to the
system_ext partition.

Bug: 403049290
Test: Target with old version installs android.hidl.memory@1.0-impl in the system_ext partition
Change-Id: I61e285d9e1c678b4fe91eaf78763bfd8530c05a3
diff --git a/transport/memory/1.0/default/Android.bp b/transport/memory/1.0/default/Android.bp
index c0dd3b7..e631215 100644
--- a/transport/memory/1.0/default/Android.bp
+++ b/transport/memory/1.0/default/Android.bp
@@ -26,6 +26,7 @@
     vendor_available: true,
     compile_multilib: "both",
     relative_install_path: "hw",
+    system_ext_specific: true,
     defaults: ["libhidl-defaults"],
     srcs: [
         "AshmemMapper.cpp",