Update apex name for ranchu hwcomposer

... to a "common" name so that hwcomposer can be runtime
selectable.

Bug: b/348466630
Test: cvd create
Change-Id: I768ff5bfb81d6751f7b192db72ea05829cf12698
diff --git a/system/hwc3/Android.bp b/system/hwc3/Android.bp
index c9ef3c5..486c0fd 100644
--- a/system/hwc3/Android.bp
+++ b/system/hwc3/Android.bp
@@ -138,5 +138,5 @@
     name: "gen-hwc3-apex.rc",
     srcs: ["hwc3.rc"],
     out: ["hwc3-apex.rc"],
-    cmd: "sed -e 's@/vendor/bin/@/apex/com.android.hardware.graphics.composer.ranchu/bin/@' $(in) > $(out)",
+    cmd: "sed -e 's@/vendor/bin/@/apex/com.android.hardware.graphics.composer/bin/@' $(in) > $(out)",
 }
diff --git a/system/hwc3/apex_manifest.json b/system/hwc3/apex_manifest.json
index 4fb19ee..fa9e626 100644
--- a/system/hwc3/apex_manifest.json
+++ b/system/hwc3/apex_manifest.json
@@ -1,5 +1,5 @@
 {
-    "name": "com.android.hardware.graphics.composer.ranchu",
+    "name": "com.android.hardware.graphics.composer",
     "version": 1,
     "vendorBootstrap": true
 }
\ No newline at end of file