We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b1d85 commit 0d1216cCopy full SHA for 0d1216c
make/TestImage.gmk
@@ -28,6 +28,9 @@ default: all
28
include $(SPEC)
29
include MakeBase.gmk
30
31
+# Hook to include the corresponding custom file, if present.
32
+$(eval $(call IncludeCustomExtension, TestImage-pre.gmk))
33
+
34
############################################################################
35
36
BUILD_INFO_PROPERTIES := $(TEST_IMAGE_DIR)/build-info.properties
0 commit comments