This ROM is a based on ProtonAOSP for this Android Version (A12), so it will follow all its developments. I just added the features that I think are useful for my use of the device. Since I worked on it, I thought I'd share the work with those who make the same use of the device as me !! Good building.
- ProtonAOSP
- CyanogenMod/LineageOS
- Shapeshift
- Derpfest
- AICP
- AOSiP
- AOSPA
- BootleggersROM
- CrDroid
- DirtyUnicorns
- NitrogenOS
- OmniROM
- PixelExperience
- POSP
- RevengeOS
- ... and my friend @Bicet
sudo su
apt update
apt install repo git gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 libncurses5 rsync lib32ncurses-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig
exit
mkdir ~/Iron
cd ~/Iron
git config --global user.email "mail@domain.com"
git config --global user.name "login"
repo init -u https://github.com/IronOSProject/android_manifest.git -b twelve
repo init -u https://github.com/IronOSProject/android_manifest.git -b twelve --depth=1
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
repo sync -c -q --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
. build/envsetup.sh
lunch iron_$device-userdebug
mka bacon