parent
09c0d9988c
commit
31a59ec96b
1 changed files with 5 additions and 17 deletions
22
device.mk
22
device.mk
|
@ -23,21 +23,6 @@ LOCAL_PATH := device/motorola/denver
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||||
|
|
||||||
# A/B
|
# 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 += \
|
AB_OTA_POSTINSTALL_CONFIG += \
|
||||||
RUN_POSTINSTALL_system=true \
|
RUN_POSTINSTALL_system=true \
|
||||||
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
||||||
|
@ -55,6 +40,9 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
bootctl
|
bootctl
|
||||||
|
|
||||||
|
# Dynamic partitions
|
||||||
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
|
|
||||||
# Fastbootd
|
# Fastbootd
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.fastboot@1.0-impl-mock \
|
android.hardware.fastboot@1.0-impl-mock \
|
||||||
|
@ -67,7 +55,8 @@ TARGET_SCREEN_WIDTH := 1080
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH) \
|
$(LOCAL_PATH) \
|
||||||
hardware/qcom-caf/bootctrl
|
hardware/qcom-caf/bootctrl \
|
||||||
|
vendor/qcom/opensource/commonsys-intf/display
|
||||||
|
|
||||||
# Update engine
|
# Update engine
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -78,7 +67,6 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
update_engine_client
|
update_engine_client
|
||||||
|
|
||||||
|
|
||||||
# TWRP Configuration
|
# TWRP Configuration
|
||||||
TW_THEME := portrait_hdpi
|
TW_THEME := portrait_hdpi
|
||||||
RECOVERY_SDCARD_ON_DATA := true
|
RECOVERY_SDCARD_ON_DATA := true
|
||||||
|
|
Loading…
Reference in a new issue