Home
last modified time | relevance | path

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

/ohos5.0/build/hb/util/loader/
H A Dload_ohos_build.py134 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 …]
/ohos5.0/build/ohos/
H A Dohos_kits.gni80 lib_type = "so"
82 lib_type = sdk_lib.type
120 type = lib_type
/ohos5.0/build/templates/common/
H A Dgenerate_component_package.py433 def _generate_prebuilt_shared_library(fp, lib_type, module): argument
434 if lib_type == 'static_library':
436 elif lib_type == 'executable':
438 elif lib_type == 'etc':