Lines Matching full:makefiles
60 If provided, skip Kati makefiles projects. Overrides --kati-stamp option.
63 and scanning for makefiles. See the tools/treble/build/sandbox directory
319 makefiles that are symlinks.
326 # Get a set of all makefiles that were parsed by Kati during the build.
327 makefiles = set(
339 # Ignore product makefiles for sample AOSP boards.
357 # Limit the makefiles to only product makefiles.
359 os.path.normpath(path) for path in makefiles if is_product_makefile(path)
512 for project, makefiles in kati_makefiles_projects.items():
513 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles
515 logger.info("%s projects after including Kati makefiles projects.",
518 logger.info("Kati makefiles projects skipped.")