Searched refs:variant (Results 1 – 13 of 13) sorted by relevance
/build/ohos/sdk/ |
D | parse_sdk_description.py | 129 def variant_to_product(variant, options): argument 131 if variant in relations.keys(): 132 return relations.get(variant) 135 variant, options.variant_to_product)) 141 variant = list(set(platforms) - set([base])) 152 return [label.replace('${variant}', c) for c in variant], [ 154 for c in variant
|
D | BUILD.gn | 57 "--variant-to-product",
|
/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 162 # set the debug variant flags 167 # set the release variant flags 213 set(CMAKE_C_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.") 216 set(CMAKE_C_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.") 223 set(CMAKE_CXX_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.") 226 set(CMAKE_CXX_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.") 233 set(CMAKE_ASM_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.") 236 set(CMAKE_ASM_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.")
|
/build/ohos/ |
D | ohos_kits.gni | 49 assert(invoker.variant != "") 131 if (invoker.variant != "phone") { 203 variant = invoker.variant
|
D | ohos_part.gni | 47 if (defined(invoker.variant)) { 48 variant_name = invoker.variant
|
/build/common/asan/ |
D | build_mixed_asan.sh | 40 --build-variant) 71 ${no_build+echo skip} ./build.sh "$@" --gn-args is_asan=true --build-variant ${build_variant} 77 ${no_build+echo skip} ./build.sh "$@" --gn-args is_asan=false --build-variant ${build_variant}
|
/build/hb/util/loader/ |
D | load_ohos_build.py | 412 for variant in variants: 413 toolchain = self._variant_toolchains.get(variant) 416 part_obj = PartObject(part_name, variant, value, toolchain, 427 _build_target[variant] = _target_label 431 if variant != 'phone':
|
/build/config/ |
D | arm.gni | 30 # The ARM variant-specific tuning mode. This will be a string like "armv6"
|
/build/config/posix/ |
D | BUILD.gn | 108 # the gn reference states "These variant-specific versions of
|
/build/ |
D | README_zh.md | 108 --build-variant=BUILD_VARIANT # 指定设备操作模式,default='user'
|
/build/ohos/images/ |
D | BUILD.gn | 267 "--build-variant",
|
/build/hb/ |
D | README_zh.md | 155 --build-variant {user,root}
|
D | README.md | 155 --build-variant {user,root}
|