1 Star 2 Fork 313

keithyau / build_lite

forked from OpenHarmony / build_lite
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.ini 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:21 . add OpenHarmony 1.0 baseline
[env]
build_path=
gn_path=
out_path=
gn_args=
gn_cmd=%(gn_path)s gen %(out_path)s --root=. --dotfile=build/lite/.gn --args='%(gn_args)s'
ninja_path=
ninja_cmd=%(ninja_path)s -w dupbuild=warn -C %(out_path)s
[gn_args]
product=
product_args=product = "%(product)s"
ndk_args=ohos_build_ndk = true
build_type=
build_type_args=ohos_build_type = "%(build_type)s"
test=
test_args=ohos_xts_test_args = "%(test)s"
compiler_path=
compiler_args=ohos_build_compiler_dir="%(compiler_path)s"
[ndk]
ndk_path=
clang_path=./prebuilts/clang/harmonyos/linux-x86_64/llvm/bin/clang
ninja_path=./prebuilts/build-tools/linux-x86/bin/ninja
gn_path=./prebuilts/build-tools/linux-x86/bin/gn
1
https://gitee.com/keithyau/build_lite.git
git@gitee.com:keithyau/build_lite.git
keithyau
build_lite
build_lite
master

搜索帮助