hiphi: Add bootctrl HAL and gpt-utils
Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
71401010e3
commit
d668daaf63
10 changed files with 2300 additions and 11 deletions
18
device.mk
18
device.mk
|
|
@ -30,22 +30,18 @@ AB_OTA_POSTINSTALL_CONFIG += \
|
|||
|
||||
# Boot control HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.boot@1.0-impl \
|
||||
android.hardware.boot@1.0-service
|
||||
android.hardware.boot@1.1-impl-qti \
|
||||
android.hardware.boot@1.1-impl-qti.recovery \
|
||||
android.hardware.boot@1.1-service
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
bootctrl.taro
|
||||
|
||||
PRODUCT_STATIC_BOOT_CONTROL_HAL := \
|
||||
bootctrl.taro \
|
||||
libgptutils \
|
||||
libz \
|
||||
libcutils
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
bootctl
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
otapreopt_script \
|
||||
cppreopts.sh \
|
||||
checkpoint_gc \
|
||||
update_engine \
|
||||
update_engine_client \
|
||||
update_verifier \
|
||||
update_engine_sideload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue