equal
deleted
inserted
replaced
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. |