This document aims to enable developers to quickly understand the development work of OpenFDE, mainly including two parts: source code compilation and Debian package creation.
Compiling
The table below lists the complete compilation targets. For detailed compilation instructions, please refer to
编译目标 | 编译机器硬件 | 编译机器操作系统 | 备注 |
---|
编译目标 | 编译机器硬件 | 编译机器操作系统 | 备注 |
---|---|---|---|
系统基础android apk | x86_64 | ubuntu 22.04 | systemui.apk、fde_gallery.apk、oobe.apk。在编译aosp镜像时会用到。已提前编译好存放在公网,只需要手动运行命令就会自动下载 |
aosp镜像 | x86_64 | ubuntu 22.04 |
|
linux控制与基础组件 | arm64 | kylin、ubuntu、uos、debian | 在FDE运行的系统上编译,提供了一键编译脚本。 |
制作Deb包
制作deb是将上述aosp镜像和linux控制与基础组件程序打包,方便发布和安装。提供了脚本,只需要准备好aosp镜像以及linux控制与基础组件就能自动打包。详细打包指南参加
添加评论