Disable turbine for unbundled builds

We don't yet have a turbine prebuilt, so disable turbine for
unbundled builds for now.

Test: none
Change-Id: I06179fca1764a86e387c8bd154ae052e2669d15b
This commit is contained in:
Colin Cross 2017-09-26 16:22:00 -07:00
parent 7dc9043546
commit 5601842176
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ ifndef ANDROID_COMPILE_WITH_JACK
endif
endif
ifdef TARGET_BUILD_APPS
ifndef TURBINE_ENABLED
TURBINE_ENABLED := false
endif
endif
ifeq ($(OVERRIDE_ANDROID_JAVA_HOME),)
ANDROID_JAVA_HOME := prebuilts/jdk/jdk8/$(HOST_PREBUILT_TAG)
else