Use Jack by default
Change-Id: Ifc66fd863e3bfde780698f7bb4578927bcab4ff4
This commit is contained in:
parent
adc7e8315c
commit
a96cc59ab5
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
# COMMON_JAVAC -- Java compiler command with common arguments
|
||||
#
|
||||
|
||||
ifndef ANDROID_COMPILE_WITH_JACK
|
||||
# Defines if compilation with jack is enabled by default.
|
||||
ANDROID_COMPILE_WITH_JACK := true
|
||||
endif
|
||||
|
||||
common_jdk_flags := -source 1.7 -target 1.7 -Xmaxerrs 9999999
|
||||
|
||||
# Use the indexer wrapper to index the codebase instead of the javac compiler
|
||||
|
|
Loading…
Reference in a new issue