Skip to content

Commit

Permalink
8331939: Add custom hook for TestImage
Browse files Browse the repository at this point in the history
Reviewed-by: mikael
  • Loading branch information
erikj79 committed May 8, 2024
1 parent 42b1d85 commit 0d1216c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/TestImage.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ default: all
include $(SPEC)
include MakeBase.gmk

# Hook to include the corresponding custom file, if present.
$(eval $(call IncludeCustomExtension, TestImage-pre.gmk))

############################################################################

BUILD_INFO_PROPERTIES := $(TEST_IMAGE_DIR)/build-info.properties
Expand Down

1 comment on commit 0d1216c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.