< prev index next >

make/ToolsJdk.gmk

Print this page

        

@@ -27,11 +27,11 @@
 _TOOLS_GMK := 1
 
 include JavaCompilation.gmk
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , Tools.gmk))
+$(eval $(call IncludeCustomExtension, Tools.gmk))
 
 ################################################################################
 # To avoid reevaluating the compilation setup for the tools each time this file
 # is included, the actual compilation is handled by CompileTools.gmk. The
 # following trick is used to be able to declare a dependency on the built tools.
< prev index next >