Lines Matching refs:bp_dir
76 def remove_invalid_dirs(paths, bp_dir, module_name): argument
79 if os.path.isdir(os.path.join(bp_dir, path)):
105 def convert_json_to_bp_prop(json_path, bp_dir): argument
118 prop[key] = remove_invalid_dirs(prop[key], bp_dir, module_name)
129 def gen_bp_module(variation, name, version, target_arch, arch_props, bp_dir): argument
205 bp_dir = os.path.join(install_dir, target_arch)
213 prop = convert_json_to_bp_prop(f, bp_dir)
224 if os.path.exists(os.path.join(bp_dir, notice_path)):
234 bp_dir = os.path.join(install_dir, target_arch)
243 bp_dir)
244 with open(os.path.join(bp_dir, 'Android.bp'), 'w') as f: