Skip to content

Commit

Permalink
avicii: revert: Exclude APEX
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeshankark committed Jan 3, 2023
1 parent 77d3883 commit 63778b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ 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 @@ -174,7 +177,6 @@ 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 63778b9

Please sign in to comment.