Merge "Switch from jack to javac for unbundled builds"
am: 355de0a00d
Change-Id: Ib281dd853420430e4e06fb0144b727e9a029be86
This commit is contained in:
commit
a938462068
|
@ -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