dre: bootctrl: Remove bootctrl.holi target

* This is no longer used after switching to QTI 1.1 impl

Change-Id: Id770b77da62c3b16eaea83cec366b299b1ea49d2
This commit is contained in:
Michael Bestas 2022-02-28 22:51:41 +02:00 committed by Albert Tang
parent 8a48076979
commit 28bd6e8beb
2 changed files with 1 additions and 9 deletions

View file

@ -3,12 +3,6 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// //
cc_library {
name: "bootctrl.holi",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.oneplus_holi"],
}
cc_library_shared { cc_library_shared {
name: "android.hardware.boot@1.1-impl-qti", name: "android.hardware.boot@1.1-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.1-qti", stem: "android.hardware.boot@1.0-impl-1.1-qti",

View file

@ -151,9 +151,7 @@ TARGET_SCREEN_WIDTH := 1080
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.boot@1.1-impl-qti \ android.hardware.boot@1.1-impl-qti \
android.hardware.boot@1.1-impl-qti.recovery \ android.hardware.boot@1.1-impl-qti.recovery \
android.hardware.boot@1.1-service \ android.hardware.boot@1.1-service
bootctrl.holi \
bootctrl.holi.recovery
# Camera # Camera
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \