• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Révision95adf122791a71b3024b73eba0da479d40913633 (tree)
l'heure2019-02-26 19:59:07
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

kernel.mk: don't change LC_CTYPE globally

Android 9 doesn't build in C locale because some code in art contains
non-ASCII characters.

This effectively reverts commit 9ea487d8 and a07fe439.

Change Summary

Modification

--- a/build/tasks/kernel.mk
+++ b/build/tasks/kernel.mk
@@ -8,9 +8,6 @@
88 # http://www.apache.org/licenses/LICENSE-2.0
99 #
1010
11-export LC_CTYPE := C
12-export LC_MESSAGES := C
13-
1411 ifneq ($(TARGET_NO_KERNEL),true)
1512 ifeq ($(TARGET_PREBUILT_KERNEL),)
1613