Lines Matching refs:targets
142 def make_targets(product, variant, targets): argument
145 make_cmd += targets
154 def make_libraries(product, variant, targets, libs, llndk_mode): argument
156 lsdump_paths = read_lsdump_paths(product, variant, targets, build=True)
157 targets = []
159 targets.extend(lsdump_paths[name].values())
160 make_targets(product, variant, targets)
182 def _read_lsdump_paths(lsdump_paths_file_path, targets): argument
190 for target in targets)
193 for target in targets)
222 def read_lsdump_paths(product, variant, targets, build=True): argument
228 return _read_lsdump_paths(lsdump_paths_file_abspath, targets)