Home
last modified time | relevance | path

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

/build/ohos/sdk/
Dparse_sdk_description.py129 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
DBUILD.gn54 "--variant-to-product",
/build/ohos/ndk/cmake/
Dohos.toolchain.cmake161 # set the debug variant flags
166 # set the release variant flags
212 set(CMAKE_C_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.")
215 set(CMAKE_C_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.")
222 set(CMAKE_CXX_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.")
225 set(CMAKE_CXX_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.")
232 set(CMAKE_ASM_FLAGS_DEBUG "" CACHE STRING "Flags for debug variant builds.")
235 set(CMAKE_ASM_FLAGS_RELEASE "" CACHE STRING "Flags for release variant builds.")
/build/ohos/
Dohos_kits.gni49 assert(invoker.variant != "")
131 if (invoker.variant != "phone") {
203 variant = invoker.variant
Dohos_part.gni47 if (defined(invoker.variant)) {
48 variant_name = invoker.variant
/build/common/asan/
Dbuild_mixed_asan.sh37 --build-variant)
63 ${no_build+echo skip} ./build.sh "$@" --gn-args is_asan=true --build-variant ${build_variant}
69 ${no_build+echo skip} ./build.sh "$@" --gn-args is_asan=false --build-variant ${build_variant}
/build/loader/
Dload_ohos_build.py396 for variant in variants:
397 toolchain = self._variant_toolchains.get(variant)
400 part_obj = PartObject(part_name, variant, value, toolchain,
411 _build_target[variant] = _target_label
415 if variant != 'phone':
/build/config/
Darm.gni30 # The ARM variant-specific tuning mode. This will be a string like "armv6"
/build/config/posix/
DBUILD.gn108 # the gn reference states "These variant-specific versions of
/build/
DREADME_zh.md108 --build-variant=BUILD_VARIANT # 指定设备操作模式,default='user'
/build/config/compiler/
DBUILD.gn230 # The strong variant of the stack protector significantly increases