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 get_build_vars_for_product, get_module_variant_dir_name, make_libraries,
31 build_vars = get_build_vars_for_product(build_vars_to_fetch, product)
77 if get_build_vars_for_product(['BINDER32BIT'], product)[0] == 'true':
179 platform_vndk_version, board_vndk_version = get_build_vars_for_product(
Dutils.py165 product_out = get_build_vars_for_product(
283 def get_build_vars_for_product(names, product=None, variant=None): function