Skip to content

Commit da03ce5

Browse files
LorDClockaNandi34
authored andcommitted
Allow building with javac 1.7
Change-Id: Id8d78558736482e10c52f2cc86a2b903b1fbdbe5
1 parent 43f238c commit da03ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ $(info $(space))
184184
$(info Please follow the machine setup instructions at)
185185
$(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
186186
$(info ************************************************************)
187-
$(error stop)
187+
#$(error stop)
188188
endif
189189

190190
ifndef BUILD_EMULATOR

0 commit comments

Comments
 (0)