Searched refs:lib_type (Results 1 – 3 of 3) sorted by relevance
134 lib_type = kit_lib.get('type')135 if lib_type is None:136 lib_type = 'so' if is_inner_kits else 'jar'140 lib_config.append(' type = "{}"'.format(lib_type))142 if lib_type == 'so' and 'header' in kit_lib:193 if lib_type == 'so':310 lib_type = inner_kits_lib.get('type')311 if lib_type is None:312 lib_type = 'so'313 info['type'] = lib_type[all …]
80 lib_type = "so"82 lib_type = sdk_lib.type120 type = lib_type
433 def _generate_prebuilt_shared_library(fp, lib_type, module): argument434 if lib_type == 'static_library':436 elif lib_type == 'executable':438 elif lib_type == 'etc':