diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-05-03 08:39:11 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-05-03 08:39:11 +0000 |
| commit | 9f4ac2d57d6d21374ad2a585cf240aa5014d517e (patch) | |
| tree | 598bbf761f3720a65cb0bc1f972cd1beeb520b46 | |
| parent | bfdba75415a925979ee993138f947d3dd1a0b466 (diff) | |
| parent | 0ee01641eaec3a7240cca0f41be9dcf50deb4a8f (diff) | |
| download | platform_packages_apps_Car_LatinIME-oreo-dr1-release.tar.gz platform_packages_apps_Car_LatinIME-oreo-dr1-release.tar.bz2 platform_packages_apps_Car_LatinIME-oreo-dr1-release.zip | |
release-request-148314be-b6e7-4b4d-b50e-ab6405ef3c8a-for-git_oc-dr1-release-3968906 snap-temp-L55700000060028590android-8.0.0_r34android-8.0.0_r33android-8.0.0_r27android-8.0.0_r26android-8.0.0_r25android-8.0.0_r24android-8.0.0_r23android-8.0.0_r22android-8.0.0_r21oreo-dr3-releaseoreo-dr2-releaseoreo-dr1-release
Change-Id: I52adbfe6f6a21954671ae148c915fba6263647e1
| -rw-r--r-- | Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
