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

Commit 480ee2e5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable jack completely"

parents 9ce6d963 6684528a
Loading
Loading
Loading
Loading
+1 −8
Original line number Original line Diff line number Diff line
@@ -8,14 +8,7 @@
#   ANDROID_JAVA_TOOLCHAIN -- Directory that contains javac and other java tools
#   ANDROID_JAVA_TOOLCHAIN -- Directory that contains javac and other java tools
#
#


ifndef ANDROID_COMPILE_WITH_JACK
    # TODO(b/64113890, b/35788202): remove PRODUCT_COMPILE_WITH_JACK
    ifdef PRODUCT_COMPILE_WITH_JACK
        ANDROID_COMPILE_WITH_JACK := $(PRODUCT_COMPILE_WITH_JACK)
    else
ANDROID_COMPILE_WITH_JACK := false
ANDROID_COMPILE_WITH_JACK := false
    endif
endif


ifdef TARGET_BUILD_APPS
ifdef TARGET_BUILD_APPS
  ifndef TURBINE_ENABLED
  ifndef TURBINE_ENABLED