Making deb

Making deb must on the same machine with the compiling linux programs.

Download the script

git clone https://github.com/openfde/make_deb

 

一、Obtain the AOSP image

There are two way to obtain the aosp images, one is copy from the compiling , the other is extract from the distributioned deb

a、extract from the distributioned deb

cd make_deb && ./download_image.sh

b、copy from the compiling

sudo apt install openssh-server && sudo systemctl start ssh && sudo systemctl enable ssh cp system.img vendor.img make_deb/ ./packapk.sh #will pack via.apk, browse app, into images;minimize the capacity of images #will waitting for you choice to detemine whether coping images to make the deb later. copy images to /usr/share/waydroid-extra/images y/n[n]?

二、making deb