Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/
H A Dlume_config.gni78 cpu_type = ""
81 cpu_type = "armeabi-v7a"
86 cpu_type = "arm64-v8a"
92 "-${cpu_type}",
/ohos5.0/build/
H A Dprebuilts_config.py258 cpu_type = args.target_cpu
263 download_flag = download_or_not(cpu_type, one_type, os_type)
301 def download_or_not(cpu_type, one_type, os_type): argument
303 if cpu_type == 'any':
308 one_type.get('target_cpu') == cpu_type or one_type.get('target_cpu') == ""):