Update device.mk
Fastbootd fix -TEST
This commit is contained in:
parent
117d8526c1
commit
6f616b9f72
1 changed files with 17 additions and 5 deletions
22
device.mk
22
device.mk
|
@ -23,6 +23,21 @@ LOCAL_PATH := device/motorola/denver
|
|||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
# A/B
|
||||
AB_OTA_UPDATER := true
|
||||
|
||||
AB_OTA_PARTITIONS := \
|
||||
boot \
|
||||
dtbo \
|
||||
product \
|
||||
system \
|
||||
system_ext \
|
||||
vbmeta \
|
||||
vbmeta_system \
|
||||
vendor \
|
||||
vendor_boot
|
||||
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_system=true \
|
||||
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
||||
|
@ -40,9 +55,6 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES_DEBUG += \
|
||||
bootctl
|
||||
|
||||
# Dynamic partitions
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
||||
# Fastbootd
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.fastboot@1.0-impl-mock \
|
||||
|
@ -55,8 +67,7 @@ TARGET_SCREEN_WIDTH := 1080
|
|||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH) \
|
||||
hardware/qcom-caf/bootctrl \
|
||||
vendor/qcom/opensource/commonsys-intf/display
|
||||
hardware/qcom-caf/bootctrl
|
||||
|
||||
# Update engine
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -67,6 +78,7 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES_DEBUG += \
|
||||
update_engine_client
|
||||
|
||||
|
||||
# TWRP Configuration
|
||||
TW_THEME := portrait_hdpi
|
||||
RECOVERY_SDCARD_ON_DATA := true
|
||||
|
|
Loading…
Reference in a new issue