|
4 years ago | |
---|---|---|
addonsu | 4 years ago | |
bash_completion | 7 years ago | |
bootanimation | 4 years ago | |
build | 4 years ago | |
charger | 4 years ago | |
configs | 4 years ago | |
dict | 7 years ago | |
libbfqio | 4 years ago | |
overlay | 4 years ago | |
prebuilt | 4 years ago | |
tools | 4 years ago | |
verity_tool | 4 years ago | |
.gitignore | 6 years ago | |
.gitreview | 7 years ago | |
README.md | 4 years ago | |
aokp.devices | 4 years ago | |
vendorsetup.sh | 7 years ago |
Please read the AOSP building instructions before proceeding.
Initiate core trees without any device/kernel/vendor:
$ repo init -u https://github.com/AOKP/platform_manifest.git -b oreo
Sync the repository:
$ repo sync --force-sync
After the sync is finished, please read the instructions from the Android site on how to build.
. build/envsetup.sh
lunch
You can also build for specific devices (eg. hammerhead) like this:
. build/envsetup.sh
lunch aokp_cheeseburger-userdebug
mka rainbowfarts
Remember to make clobber && make clean
every now and then!