make/lib/LibCommon.gmk
branchihse-jdk-library-branch
changeset 56511 2b67c11c0db6
parent 56454 82c3ae69914f
child 56512 c030d6f39dfd
--- 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