Awesome
Your shell must be initialised with the buildenv and lunch combo.
- Clone the repository in the external directory of your AOSP tree
git clone git@github.com:fdgonthier/Aosp-Node-Prebuilts.git
- Run make with the architecture of your choice (currently arm64 or x86_64)
make x86
- Run 'mm'
If you want the Android.mk to be executed automatically, add it as a dependency of another project.
To clean and do-over, run
m clean-node