Skip to content

Commit

Permalink
Update device.mk
Browse files Browse the repository at this point in the history
delete fastboot package
  • Loading branch information
zeng-github01 authored Nov 24, 2024
1 parent 67fb3f1 commit 693caf6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ PRODUCT_SHIPPING_API_LEVEL := 29
# Dynamic
PRODUCT_USE_DYNAMIC_PARTITIONS := true

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

# Health
PRODUCT_PACKAGES += \
[email protected] \
Expand All @@ -45,4 +37,4 @@ PRODUCT_PACKAGES += \

# Keymaster
PRODUCT_PACKAGES += \
[email protected]
[email protected]

0 comments on commit 693caf6

Please sign in to comment.