mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 17:14:25 +02:00
Use known-good locale when doing jflex codegen
jflex appears to be using the default locale for a String.toUpperCase somewhere, which causes incorrect java code to be generated in the turkish locale.
This commit is contained in:
parent
eae0b0edbf
commit
532c04b27d
@ -128,6 +128,7 @@ task generateJflexSource(type: JavaExec) {
|
||||
args '-q'
|
||||
args '-d', relativePath("${jflexOutput}/org/jf/smali")
|
||||
args grammars.files.join(' ')
|
||||
environment LC_ALL: "en_US"
|
||||
}
|
||||
|
||||
compileJava.dependsOn generateParserAntlrSource, generateTreeWalkerAntlrSource, generateJflexSource
|
||||
|
Loading…
x
Reference in New Issue
Block a user