##Project Structure:
- ramdisk - Current changes
- ADD the empty folders "data", "dev", "proc", "sys", and "system".
- boot.img - Last built image
- boot.img-kernel - The stock asop kernel
- boot.img-ramdisk.cipo.gz - The asop ramdisk
##Build Instructions: *Outdated
-
Automatic:
- Run
./Pack.sh
- Run
-
Manual:
- Create empty folders "data", "dev", "proc", "sys", and "system" required for building
cdto the git folder- Run
./bin/mkboot boot boot.img
mkbootis from https://github.com/xiaolu/mkbootimg_tools.