8188050: UnsatisfiedLinkError after repo consolidation
authorerikj
Tue, 10 Oct 2017 15:26:01 +0200
changeset 47326 00f9fe99736e
parent 47325 d4d6bd42a6f3
child 47327 8cb132b3a016
8188050: UnsatisfiedLinkError after repo consolidation Reviewed-by: tbell, ihse
make/test/JtregNativeHotspot.gmk
make/test/JtregNativeJdk.gmk
--- a/make/test/JtregNativeHotspot.gmk	Tue Oct 10 15:20:10 2017 +0200
+++ b/make/test/JtregNativeHotspot.gmk	Tue Oct 10 15:26:01 2017 +0200
@@ -35,7 +35,7 @@
 include MakeBase.gmk
 include TestFilesCompilation.gmk
 
-$(eval $(call IncludeCustomExtension, hotspot/test/JtregNative.gmk))
+$(eval $(call IncludeCustomExtension, test/JtregNativeHotspot.gmk))
 
 ################################################################################
 # Targets for building the native tests themselves.
--- a/make/test/JtregNativeJdk.gmk	Tue Oct 10 15:20:10 2017 +0200
+++ b/make/test/JtregNativeJdk.gmk	Tue Oct 10 15:26:01 2017 +0200
@@ -35,7 +35,7 @@
 include MakeBase.gmk
 include TestFilesCompilation.gmk
 
-$(eval $(call IncludeCustomExtension, test/JtregNative.gmk))
+$(eval $(call IncludeCustomExtension, test/JtregNativeJdk.gmk))
 
 ################################################################################
 # Targets for building the native tests themselves.