Created
February 25, 2017 14:27
-
-
Save TheComputerGuy96/04c1dc60435cd5d85311af88fe72c775 to your computer and use it in GitHub Desktop.
main.mk: Workaround Java 8 errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f9aac6ff4485f9e90b140751cc21ed38a2615920 Mon Sep 17 00:00:00 2001 | |
From: Aidas Jonikas <[email protected]> | |
Date: Sat, 25 Feb 2017 16:22:49 +0200 | |
Subject: [PATCH] main.mk: Workaround Java 8 errors | |
--- | |
build/core/main.mk | 1 - | |
1 file changed, 1 deletion(-) | |
diff --git a/build/core/main.mk b/build/core/main.mk | |
index 16317da..b7e3f1c 100644 | |
--- a/build/core/main.mk | |
+++ b/build/core/main.mk | |
@@ -190,7 +190,6 @@ $(info $(space)) | |
$(info Please follow the machine setup instructions at) | |
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html) | |
$(info ************************************************************) | |
-$(error stop) | |
endif | |
ifndef BUILD_EMULATOR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment