Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dgen_buildfiles.py598 def get_arch_props(name, arch, srcs_props): argument
642 for src in sorted(srcs_props.keys()):
647 props = srcs_props[src]
727 srcs_props = dict()
739 srcs_props[src] = props
740 arch_props = get_arch_props(name, arch, srcs_props)
752 for src, props in srcs_props.items():