Merge "Switch from jack to javac for unbundled builds"
This commit is contained in:
commit
355de0a00d
|
@ -13,12 +13,7 @@ ifndef ANDROID_COMPILE_WITH_JACK
|
|||
ifdef PRODUCT_COMPILE_WITH_JACK
|
||||
ANDROID_COMPILE_WITH_JACK := $(PRODUCT_COMPILE_WITH_JACK)
|
||||
else
|
||||
# TODO(b/62038127): remove TARGET_BUILD_APPS check
|
||||
ifdef TARGET_BUILD_APPS
|
||||
ANDROID_COMPILE_WITH_JACK := true
|
||||
else
|
||||
ANDROID_COMPILE_WITH_JACK := false
|
||||
endif
|
||||
ANDROID_COMPILE_WITH_JACK := false
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue