1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Prevent a "Resource.NotFoundException"

AAPT is a bit too aggressive per default and will kill some needed resources (e.g. forward mail icon). Prevent AAPT from optimizing too much.
This commit is contained in:
Rene Treffer 2014-03-19 23:06:32 +01:00
parent b490773546
commit b17890251d

View File

@ -24,6 +24,7 @@ LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := Email LOCAL_PACKAGE_NAME := Email
LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
LOCAL_AAPT_FLAGS := --auto-add-overlay LOCAL_AAPT_FLAGS := --auto-add-overlay
LOCAL_AAPT_FLAGS += --extra-packages de.cketti.library.changelog LOCAL_AAPT_FLAGS += --extra-packages de.cketti.library.changelog
LOCAL_AAPT_FLAGS += --extra-packages android.support.v4.app LOCAL_AAPT_FLAGS += --extra-packages android.support.v4.app