Lines Matching refs:product
58 3. 调用Ninja:调用ninja -C out/board/product启动编译。
104 - [产品配置规则](subsys-build-product.md#产品配置规则)
175 ./build.sh --product-name {product_name}
179 ./build.sh --product-name {product_name} --gn-args is_debug=true
186 > ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name}
200 --product-name=PRODUCT_NAME # 指定产品名
235 -p, --product Set OHOS board and kernel
253 [OHOS INFO] product: ipcamera
254 [OHOS INFO] product path: xxx/vendor/hisilicon/ipcamera
285 -p PRODUCT, --product PRODUCT
286 build a specified product with {product_name}@{company}
294 --patch apply product patch before compiling
319 清除out目录对应产品的编译产物,仅保留args.gn、build.log。清除指定路径可输入路径参数:hb clean out/board/product,默认将清除当前hb set的产品对应ou…
341 - [新增并编译产品](subsys-build-product.md#新增并编译产品)