Home
last modified time | relevance | path

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

/external/angle/scripts/
Dgenerate_android_bp.py313 def merge_bps(bps_for_abis): argument
316 for key in bps_for_abis[abi]:
317 if isinstance(bps_for_abis[abi][key], list):
319 for value in bps_for_abis[abi][key]:
325 value_in_all_abis = value_in_all_abis and (key in bps_for_abis[abi2].keys(
326 )) and (value in bps_for_abis[abi2][key])
344 common_bp[key] = bps_for_abis[abi][key]
350 bps_for_abis = {}
354 bps_for_abis[abi] = {}
379 bps_for_abis[abi] = bp
[all …]