Skip to content

Commit

Permalink
avicii: Exclude APEX
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeshankark committed Jan 3, 2023
1 parent 1640a61 commit 77d3883
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ TARGET_RECOVERY_DEVICE_MODULES += \
libashmemd_client \
libcap \
libpcrecpp

# APEX
DEXPREOPT_GENERATE_APEX_IMAGE := true

# Partitions that should be wiped under recovery
TARGET_RECOVERY_WIPE := $(DEVICE_PATH)/recovery/root/system/etc/recovery.wipe
Expand Down Expand Up @@ -177,6 +174,7 @@ TW_USE_TOOLBOX := true
TW_DEFAULT_BRIGHTNESS := 200
TW_EXCLUDE_DEFAULT_USB_INIT := true
TW_EXCLUDE_ENCRYPTED_BACKUPS := false
TW_EXCLUDE_APEX := true
TW_EXTRA_LANGUAGES := true
TW_INCLUDE_REPACKTOOLS := true
TW_HAS_EDL_MODE := true
Expand Down

0 comments on commit 77d3883

Please sign in to comment.