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:
parent
7dc9043546
commit
5601842176
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue