diff -r a6cb200daa5d -r 2b67c11c0db6 make/lib/LibCommon.gmk --- a/make/lib/LibCommon.gmk Thu Apr 26 15:52:17 2018 +0200 +++ b/make/lib/LibCommon.gmk Thu May 03 14:30:20 2018 +0200 @@ -67,11 +67,11 @@ # Find the default set of src dirs for a native library. # Param 1 - module name # Param 2 - library name -FindSrcDirsForLib += \ - $(call uniq, $(wildcard \ - $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/lib$(strip $2) \ - $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/lib$(strip $2) \ - $(TOPDIR)/src/$(strip $1)/share/native/lib$(strip $2))) +#FindSrcDirsForLib += \ +# $(call uniq, $(wildcard \ +# $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS)/native/lib$(strip $2) \ +# $(TOPDIR)/src/$(strip $1)/$(OPENJDK_TARGET_OS_TYPE)/native/lib$(strip $2) \ +# $(TOPDIR)/src/$(strip $1)/share/native/lib$(strip $2))) ################################################################################ # Find a library