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:
parent
8a48076979
commit
28bd6e8beb
2 changed files with 1 additions and 9 deletions
|
@ -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",
|
||||||
|
|
|
@ -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 += \
|
||||||
|
|
Loading…
Reference in a new issue