< prev index next >

hotspot/make/lib/CompileLibraries.gmk

Print this page

        

@@ -39,8 +39,10 @@
 
 ifeq ($(BUILD_GTEST), true)
   include lib/CompileGtest.gmk
 endif
 
+include CopyToExplodedJdk.gmk
+
 all: $(TARGETS)
 
 .PHONY: all
< prev index next >