Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/utils/
Dcreate_reference_dumps.py12 find_lib_lsdumps, get_build_vars_for_product, make_libraries, make_tree,
130 build_vars = get_build_vars_for_product(
Dutils.py51 build_vars = get_build_vars_for_product(build_vars_to_fetch, product)
188 product_out = get_build_vars_for_product(
317 def get_build_vars_for_product(names, product=None, variant=None): function