Spacewar: move to aidl bootctrl hal

Change-Id: I50fd09148097f0cda03c1a105340a3fd5f55ce8d
This commit is contained in:
dianlujitao
2025-01-02 11:34:02 +08:00
committed by Brain Kub
parent 353baa6bac
commit 4fd5440084
2 changed files with 11 additions and 7 deletions

View File

@@ -4,9 +4,14 @@
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "android.hardware.boot@1.2-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.2-qti",
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
cc_binary {
name: "android.hardware.boot-service.qti",
defaults: ["android.hardware.boot-service.qti_defaults"],
static_libs: ["libgptutils.nothing"],
}
cc_binary {
name: "android.hardware.boot-service.qti.recovery",
defaults: ["android.hardware.boot-service.qti.recovery_defaults"],
static_libs: ["libgptutils.nothing"],
}

View File

@@ -177,9 +177,8 @@ PRODUCT_COPY_FILES += \
# Boot control
PRODUCT_PACKAGES += \
android.hardware.boot@1.2-impl-qti \
android.hardware.boot@1.2-impl-qti.recovery \
android.hardware.boot@1.2-service
android.hardware.boot-service.qti \
android.hardware.boot-service.qti.recovery
# Camera
PRODUCT_PACKAGES += \