summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorAbhishek G <agilra@cyngn.com>2016-04-04 17:03:24 -0700
committerAbhishek G <agilra@cyngn.com>2016-04-05 13:40:06 -0700
commit85fe6388fec3c57726e84724d565ce793990f4bc (patch)
tree292acb1299df5104843ac189ab8e95891fda9416 /core/Makefile
parent0e4ff26768df919c052d2145afed3e5534a0d889 (diff)
downloadbuild-85fe6388fec3c57726e84724d565ce793990f4bc.zip
build-85fe6388fec3c57726e84724d565ce793990f4bc.tar.gz
build-85fe6388fec3c57726e84724d565ce793990f4bc.tar.bz2
Preventing default locale from being overridden because of buildinfo.sh
Adding the ability to set default locale from the device tree. Adding the TARGET_SKIP_DEFAULT_LOCALE flag which can be set in the device tree, thus preventing buildinfo.sh from overriding default locale. Change-Id: I66bcedb42216acee56ceaf657a39dc23d7eea6f4 Issue-Id: FEIJ-22
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 583e79d..5177476 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -248,6 +248,7 @@ endif
TARGET_CPU_ABI2="$(TARGET_CPU_ABI2)" \
TARGET_AAPT_CHARACTERISTICS="$(TARGET_AAPT_CHARACTERISTICS)" \
TARGET_UNIFIED_DEVICE="$(TARGET_UNIFIED_DEVICE)" \
+ TARGET_SKIP_DEFAULT_LOCALE="$(TARGET_SKIP_DEFAULT_LOCALE)" \
$(PRODUCT_BUILD_PROP_OVERRIDES) \
bash $(BUILDINFO_SH) >> $@
$(hide) $(foreach file,$(system_prop_file), \