Home
last modified time | relevance | path

Searched refs:src_paths (Results 1 – 1 of 1) sorted by relevance

/development/vndk/snapshot/
Dgen_buildfiles.py396 def get_arch_props(prebuilt, arch, src_paths): argument
436 for src in sorted(src_paths):
489 src_paths = utils.find(src_root, [prebuilt])
491 src_paths = list(filter(lambda src: not src.startswith(utils.BINDER32),
492 src_paths))
494 if not src_paths:
511 arch_props = get_arch_props(prebuilt, arch, src_paths)