Compile with javac by default
javac is replacing jack as the default compiler for platform builds. Bug: 36902714 Test: m -j checkbuild Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L50600000086240009&nodeType=Trybot Test: sailfish-userdebug boots and basic interactions work Test: art tests pass Test: libcore tests pass Change-Id: I1c3857f64eafa445ad1b9dd94eff85bef05f4649
This commit is contained in:
parent
3a1544ab1a
commit
268dfa4d91
|
@ -11,7 +11,7 @@
|
|||
|
||||
ifndef ANDROID_COMPILE_WITH_JACK
|
||||
# Defines if compilation with jack is enabled by default.
|
||||
ANDROID_COMPILE_WITH_JACK := true
|
||||
ANDROID_COMPILE_WITH_JACK := false
|
||||
endif
|
||||
|
||||
common_jdk_flags := -Xmaxerrs 9999999
|
||||
|
|
Loading…
Reference in New Issue