reset to sh_binary for com.android.gki.preinstall am: 52b5cecf1e am: eeeed87449

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Gki/+/2121373

Change-Id: Ia68b59b21963d45f547a7d5fa9b4a0870bc6e836
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index eb7729b..509ffa3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,16 +61,10 @@
     private_key: "com.android.gki.pem",
 }
 
-// Use cc_prebuilt_binary because sh_binary does not support product_specific.
-// TODO(b/169954965): Change to sh_binary when product_specific is supported.
-cc_prebuilt_binary {
+sh_binary {
     name: "com.android.gki.preinstall",
     product_specific: true,
-    srcs: ["preinstall.sh"],
-    apex_available: ["com.android.gki.*"],
-    strip: {
-        none: true,
-    },
+    src: "preinstall.sh",
 }
 
 // Common defaults for all GKI APEXes.