Searched refs:arch_props (Results 1 – 2 of 2) sorted by relevance
/development/vendor_snapshot/ |
D | update.py | 164 def reexport_vndk_header(name, arch_props): argument 165 remove_keys_from_dict(EXPORTED_FLAGS_PROPS, arch_props) 166 for arch in arch_props: 167 arch_props[arch]['shared_libs'] = [name] 168 arch_props[arch]['export_shared_lib_headers'] = [name] 170 def gen_bp_module(image, variation, name, version, target_arch, vndk_list, arch_props, bp_dir): argument 189 reexport_vndk_header(reexport_vndk_name, arch_props) 193 for arch in arch_props: 196 for k in arch_props[arch]: 197 common_prop[k] = arch_props[arch][k] [all …]
|
/development/vndk/snapshot/ |
D | gen_buildfiles.py | 514 arch_props = '{ind}arch: {{\n'.format(ind=self.INDENT) 557 arch_props += ('{ind}{ind}{arch}: {{\n' 572 arch_props += '{ind}}},\n'.format(ind=self.INDENT) 573 return arch_props 622 arch_props = get_arch_props(prebuilt, arch, src_paths) 647 arch_props=arch_props))
|