8188050: UnsatisfiedLinkError after repo consolidation

Reviewed-by: tbell, ihse
This commit is contained in:
Erik Joelsson 2017-10-10 15:26:01 +02:00
parent 078ae7e907
commit 78f24fb8a5
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ include $(SPEC)
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.

View File

@ -35,7 +35,7 @@ include $(SPEC)
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.