summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-03 08:39:11 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-03 08:39:11 +0000
commit9f4ac2d57d6d21374ad2a585cf240aa5014d517e (patch)
tree598bbf761f3720a65cb0bc1f972cd1beeb520b46
parentbfdba75415a925979ee993138f947d3dd1a0b466 (diff)
parent0ee01641eaec3a7240cca0f41be9dcf50deb4a8f (diff)
downloadplatform_packages_apps_Car_LatinIME-oreo-dr3-release.tar.gz
platform_packages_apps_Car_LatinIME-oreo-dr3-release.tar.bz2
platform_packages_apps_Car_LatinIME-oreo-dr3-release.zip
Change-Id: I52adbfe6f6a21954671ae148c915fba6263647e1
-rw-r--r--Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6b9ae19..2c6dda6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,10 @@ LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_CERTIFICATE := shared
LOCAL_STATIC_JAVA_LIBRARIES := \
- android-common android-support-v4 jsr305
+ android-common jsr305
+LOCAL_STATIC_ANDROID_LIBRARIES := android-support-v4
+
+LOCAL_USE_AAPT2 := true
# Include all the resources regardless of system supported locales
LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true