Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeng-github01 committed Jul 2, 2024
1 parent 4be2b4d commit b27eda2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ PRODUCT_SHIPPING_API_LEVEL := 29
# Dynamic
PRODUCT_USE_DYNAMIC_PARTITIONS := true

# Fastbootd stuff
PRODUCT_PACKAGES += \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
fastbootd

# Boot Control HAL
PRODUCT_PACKAGES += \
[email protected] \
[email protected] \
bootctl

PRODUCT_PACKAGES_DEBUG += \
bootctrl.mt6889

# Health
PRODUCT_PACKAGES += \
[email protected] \
Expand Down

0 comments on commit b27eda2

Please sign in to comment.