Include all the resources regardless of system locales
This change addresses open source LatinIME bug: 3313179 Change-Id: I513a9b7596fb748ca6b4f8d89550677e6b40348emain
parent
07357f33db
commit
f182f82378
|
@ -15,6 +15,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
||||||
|
|
||||||
#LOCAL_AAPT_FLAGS := -0 .dict
|
#LOCAL_AAPT_FLAGS := -0 .dict
|
||||||
|
|
||||||
|
# Include all the resources regardless of system supported locales
|
||||||
|
LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
|
||||||
|
|
||||||
LOCAL_SDK_VERSION := current
|
LOCAL_SDK_VERSION := current
|
||||||
|
|
||||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
||||||
|
|
Loading…
Reference in New Issue