To get started with the ArrowOS sources, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/ArrowOS-Revived/android_manifest.git -b arrow-11.0Then sync up:
repo syncInitialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch your device after cloning all device sources if needed.
lunch arrow_devicecodename-buildtypeStart compilation
m otapackageOR
m baconYou can also refer to our detailed guides as listed below:
How to compile ArrowOS from source
To check thread template refer HERE
ArrowOS Website | ArrowOS Blog
