To get started with the sources, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/OceanRom/android_manifest.git -b Ocean-12.1or to save time and data,
repo init --depth=1 -u https://github.com/OceanRom/android_manifest.git -b Ocean-12.1
Then 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 Ocean_devicecodename-buildtypeStart compilation
m otapackageOR
m baconYou can also refer to our detailed guides as listed below:
How to compile ArrowOS from source