8252998: ModuleWrapper.gmk doesn't consult include path

Reviewed-by: erikj
This commit is contained in:
Adam Farley 2020-10-05 09:53:16 +00:00 committed by Severin Gehwolf
parent 9604ee8269
commit 289ae798f4

View File

@ -39,7 +39,7 @@ include MakeBase.gmk
TARGETS :=
# Include the file being wrapped.
include modules/$(MODULE)/$(MAKEFILE_PREFIX).gmk
include $(MAKEFILE_PREFIX).gmk
# Setup copy rules from the modules directories to the jdk image directory.
ifeq ($(call isTargetOs, windows), true)