zenfone9: zf8/lahaina --> zf9/taro
diff --git a/bootctrl/1.1/libboot_control_qti/Android.bp b/bootctrl/1.1/libboot_control_qti/Android.bp
index 09cde1d..1ff41eb 100644
--- a/bootctrl/1.1/libboot_control_qti/Android.bp
+++ b/bootctrl/1.1/libboot_control_qti/Android.bp
@@ -4,7 +4,7 @@
     recovery_available: true,
     shared_libs: [
         "android.hardware.boot@1.1",
-        "libgptutils.asus_lahaina",
+        "libgptutils.asus_taro",
         "libbase",
         "libcutils",
         "liblog",
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp
index 3ffaaa5..d92b7c0 100644
--- a/bootctrl/Android.bp
+++ b/bootctrl/Android.bp
@@ -15,7 +15,7 @@
 //
 
 cc_library {
-    name: "bootctrl.lahaina",
+    name: "bootctrl.taro",
     defaults: ["bootctrl_hal_defaults"],
-    static_libs: ["libgptutils.asus_lahaina"],
+    static_libs: ["libgptutils.asus_taro"],
 }