Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56018421 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 7dc90435
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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