make/ToolsJdk.gmk
changeset 47314 743814386712
parent 47217 72e3ae9a25eb
child 47364 6b3389375f31
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    27 _TOOLS_GMK := 1
    27 _TOOLS_GMK := 1
    28 
    28 
    29 include JavaCompilation.gmk
    29 include JavaCompilation.gmk
    30 
    30 
    31 # Hook to include the corresponding custom file, if present.
    31 # Hook to include the corresponding custom file, if present.
    32 $(eval $(call IncludeCustomExtension, , Tools.gmk))
    32 $(eval $(call IncludeCustomExtension, Tools.gmk))
    33 
    33 
    34 ################################################################################
    34 ################################################################################
    35 # To avoid reevaluating the compilation setup for the tools each time this file
    35 # To avoid reevaluating the compilation setup for the tools each time this file
    36 # is included, the actual compilation is handled by CompileTools.gmk. The
    36 # is included, the actual compilation is handled by CompileTools.gmk. The
    37 # following trick is used to be able to declare a dependency on the built tools.
    37 # following trick is used to be able to declare a dependency on the built tools.