Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268dfa4d authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 3a1544ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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