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
compile target | hardware arch | operation system of the compile system | note |
---|---|---|---|
system base android apk | x86_64 | ubuntu 22.04 | systemui.apk、fde_gallery.apk、oobe.apk are need by compiling aosp images. it will download from internet automaticly by run syncFdeApk |
aosp images | x86_64 | ubuntu 22.04 |
|
linux control and basement | arm64 | kylin、ubuntu、uos、debian | there is a script to compile all programs on the machine which run fde |
Make Deb
Creating a .deb involves packaging the aforementioned AOSP image along with Linux control and basic component programs for easy distribution and installation. Scripts are provided that automate the packaging process, requiring only the preparation of the AOSP image and Linux control with basic components. For detailed packaging instructions, please refer to...
0 评论