You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have managed to successfully build twrp for android 8.1 but the recovery image is too large.
What can I do to reduce the size?
I know there are build flags and I am using these:
TW_EXTRA_LANGUAGES := false
TW_DEFAULT_LANGUAGE := en-US
TW_NO_USB_STORAGE := true
TW_EXCLUDE_MTP := true
TW_NO_EXFAT := true
TW_INCLUDE_FB2PNG := false
But I can not find a full list of everything that is available.
What else can I use either flags or something else to reduce the size?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I have managed to successfully build twrp for android 8.1 but the recovery image is too large.
What can I do to reduce the size?
I know there are build flags and I am using these:
TW_EXTRA_LANGUAGES := false
TW_DEFAULT_LANGUAGE := en-US
TW_NO_USB_STORAGE := true
TW_EXCLUDE_MTP := true
TW_NO_EXFAT := true
TW_INCLUDE_FB2PNG := false
But I can not find a full list of everything that is available.
What else can I use either flags or something else to reduce the size?
Thanks.
The text was updated successfully, but these errors were encountered: