Skip to content

Commit

Permalink
surya: commonize fastbootd
Browse files Browse the repository at this point in the history
  • Loading branch information
rxuglr committed Sep 25, 2023
1 parent 97c404f commit 92d186f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ TW_FRAMERATE := 60
TARGET_USES_MKE2FS := true
TW_NO_SCREEN_BLANK := true
TW_EXCLUDE_APEX := true
TW_INCLUDE_FASTBOOT := true
TW_SUPPORT_INPUT_1_2_HAPTICS := true
TW_PREPARE_DATA_MEDIA_EARLY := true
TW_BACKUP_EXCLUSIONS := /data/fonts
Expand Down
4 changes: 1 addition & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)

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

# API
PRODUCT_SHIPPING_API_LEVEL := 29
Expand Down

0 comments on commit 92d186f

Please sign in to comment.