Searched refs:target_arch (Results 1 – 4 of 4) sorted by relevance
/development/vendor_snapshot/ |
D | update.py | 170 def gen_bp_module(image, variation, name, version, target_arch, vndk_list, arch_props, bp_dir): argument 177 'target_arch': target_arch, 252 def get_vndk_list(vndk_dir, target_arch): argument 258 module_names_path = os.path.join(vndk_dir, target_arch, 'configs/module_names.txt') 278 def gen_bp_list_module(image, snapshot_version, vndk_list, target_arch, arch_props): argument 334 target_arch = get_target_arch(rel_path) 337 bp_dir = os.path.join(install_dir, target_arch) 339 if not target_arch in props: 340 props[target_arch] = dict() 341 if not variation in props[target_arch]: [all …]
|
/development/vndk/tools/header-checker/tests/ |
D | module.py | 56 def mutate_for_arch(self, target_arch): argument 64 for target_arch in TARGET_ARCHES: 65 modules.append(self.mutate_for_arch(target_arch)) 97 def mutate_for_arch(self, target_arch): argument 99 self.cflags, target_arch, self.dumper_flags) 141 def mutate_for_arch(self, target_arch): argument 143 self.export_include_dirs, self.cflags, target_arch,
|
D | test.py | 85 target_arch, expected_return_code, flags=[]): argument 87 'test', target_arch,
|
/development/vndk/snapshot/ |
D | gen_buildfiles.py | 642 target_arch=arch,
|