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

Commit 41ca5a2e authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Make JAVA_HOME absolute inside build" am: 194893ee am: bac4bd69 am: 80bd8e47

am: 5d68c892

Change-Id: I4a06323199f74d9828222c523299e86927f6c9ef
parents c7a6a0d1 5d68c892
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ common_jdk_flags := -Xmaxerrs 9999999

ANDROID_JAVA_HOME := prebuilts/jdk/jdk8/$(HOST_PREBUILT_TAG)
ANDROID_JAVA_TOOLCHAIN := $(ANDROID_JAVA_HOME)/bin
export JAVA_HOME := $(ANDROID_JAVA_HOME)
export JAVA_HOME := $(abspath $(ANDROID_JAVA_HOME))

# Use the indexer wrapper to index the codebase instead of the javac compiler
ifeq ($(ALTERNATE_JAVAC),)