Skip to content

Commit 0d1216c

Browse files
committed
8331939: Add custom hook for TestImage
Reviewed-by: mikael
1 parent 42b1d85 commit 0d1216c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make/TestImage.gmk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ default: all
2828
include $(SPEC)
2929
include MakeBase.gmk
3030

31+
# Hook to include the corresponding custom file, if present.
32+
$(eval $(call IncludeCustomExtension, TestImage-pre.gmk))
33+
3134
############################################################################
3235

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

0 commit comments

Comments
 (0)