From 922fb4cb6e8ce8047e575522d61d82d432f10c9b Mon Sep 17 00:00:00 2001 From: hhjmk Date: Sat, 23 Aug 2025 01:07:14 +0800 Subject: [PATCH] fix --- device.mk | 10 +++++----- twrp.dependencies | 1 + vendorsetup.sh | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 twrp.dependencies diff --git a/device.mk b/device.mk index 55f7eb8..7ac9ba5 100644 --- a/device.mk +++ b/device.mk @@ -21,11 +21,11 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ bootctrl.common -PRODUCT_STATIC_BOOT_CONTROL_HAL := \ - bootctrl.common \ - libgptutils \ - libz \ - libcutils +# PRODUCT_STATIC_BOOT_CONTROL_HAL := \ +# bootctrl.common \ +# libgptutils \ +# libz \ +# libcutils PRODUCT_PACKAGES += \ otapreopt_script \ diff --git a/twrp.dependencies b/twrp.dependencies new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/twrp.dependencies @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendorsetup.sh b/vendorsetup.sh index a5ba878..2c4c3aa 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -5,6 +5,6 @@ # SPDX-License-Identifier: Apache-2.0 # -add_lunch_combo omni_ossi-user -add_lunch_combo omni_ossi-userdebug -add_lunch_combo omni_ossi-eng +# add_lunch_combo omni_ossi-user +# add_lunch_combo omni_ossi-userdebug +# add_lunch_combo omni_ossi-eng