Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheComputerGuy96/04c1dc60435cd5d85311af88fe72c775 to your computer and use it in GitHub Desktop.
Save TheComputerGuy96/04c1dc60435cd5d85311af88fe72c775 to your computer and use it in GitHub Desktop.
main.mk: Workaround Java 8 errors
From f9aac6ff4485f9e90b140751cc21ed38a2615920 Mon Sep 17 00:00:00 2001
From: Aidas Jonikas <tcg96nougat@gmail.com>
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