AOSP Sun4i
- Build from Sources
-
Create a directory
mkdir AOSP
-
Change to the created directory
cd AOSP
-
Init the AOSP repository
repo init -u https://android.googlesource.com/platform/manifest -b android-7.0.0_r14
-
Cut local_manifest.xml and paste in .repo/local_manifests/local_manifest.xml
-
Now type this command:
repo sync -j16
-
Finally you're ready to build it:
source build/envsetup.sh && lunch aosp_907-userdebug && make otapackage -j5
Credits to ugers,fire855