genode/repos/ports/lib/import/import-jli.mk
Sebastian Sumpf 58fb5ed722 jdk: OpenJDK for Genode
OpenJDK version 9 for Genode, contains the interpreter version of the
HotSpot virtual machine.

fixes #2791
2018-05-30 13:36:07 +02:00

8 lines
251 B
Makefile

JDK_BASE = $(call select_from_ports,jdk)/src/app/jdk/jdk/src/java.base
INC_DIR += $(JDK_BASE)/share/native/libjli \
$(JDK_BASE)/share/native/include \
$(JDK_BASE)/unix/native/include \
$(JDK_BASE)/unix/native/libjli