55 Star 82 Fork 913

OpenHarmony / build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
生成开源软件包.md 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaoxiaoyu_903c 提交于 2021-12-27 16:24 . make opensource.tgz as a gn action

关于开源软件包的生成

  1. 编译命令

    在编译时添加参数 --gn-args make_osp=true, 编译完成后会生成${product_out_dir}/packages/code-opensource/Code_Opensource.tar.gz文件。

  2. 生成条件

    • 在生产开源软件包时,只扫描'third_party', 'kernel', 'device', 'drivers'四个目录;
    • 扫描读取文件目录下README.OpenSource文件信息中License属性有包含GPL或者LGPL的,对应的文件夹会被收集;
1
https://gitee.com/openharmony/build.git
git@gitee.com:openharmony/build.git
openharmony
build
build
master

搜索帮助