OSDN Git Service

kernel.mk: don't change LC_CTYPE globally
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 26 Feb 2019 10:59:07 +0000 (18:59 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 26 Feb 2019 10:59:07 +0000 (18:59 +0800)
Android 9 doesn't build in C locale because some code in art contains
non-ASCII characters.

This effectively reverts commit 9ea487d8 and a07fe439.

build/tasks/kernel.mk

index 4b7fafe..dddef02 100644 (file)
@@ -8,9 +8,6 @@
 #      http://www.apache.org/licenses/LICENSE-2.0
 #
 
-export LC_CTYPE := C
-export LC_MESSAGES := C
-
 ifneq ($(TARGET_NO_KERNEL),true)
 ifeq ($(TARGET_PREBUILT_KERNEL),)