summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBenjamin Poiesz <bpoiesz@google.com>2013-04-04 16:14:13 -0700
committerBenjamin Poiesz <bpoiesz@google.com>2013-04-11 13:32:39 -0700
commitcbde502ebb2ffe00eec713a91e1f05d753b2b603 (patch)
tree458802b62afad7f3fbf09570ced3c409a20b85e4 /Android.mk
parent3c3fa0ccb8bf9f62558202e909cc158a2e673e37 (diff)
downloadpackages_apps_Settings-cbde502ebb2ffe00eec713a91e1f05d753b2b603.zip
packages_apps_Settings-cbde502ebb2ffe00eec713a91e1f05d753b2b603.tar.gz
packages_apps_Settings-cbde502ebb2ffe00eec713a91e1f05d753b2b603.tar.bz2
Forcing the settings apk to be built with the zz_ZZ pseudolocale.
This will enable Settings to show the effects of the zz_ZZ pseudolocale when selected in the LocalePicker. Bug #8556677 Change-Id: I68ffc81454865dec94a3c1460019d1efce00ea49
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 22c7143..c8b81dc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,6 +13,8 @@ LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_AAPT_FLAGS += -c zz_ZZ
+
include $(BUILD_PACKAGE)
# Use the folloing include to make our test apk.