...
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 We will minimize the capacity of images and pack a browse app and a input method app into the images as preinstalled app for the purpose of using.
Finnally, we all pack all the files including aosp images and linux control and basement files as a deb 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...