Skip to content

OceanRom/android_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

691 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OceanOS

Getting Started

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.1

or 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 sync

Building the System

Initialize the ROM environment with the envsetup.sh script.

. build/envsetup.sh

Lunch your device after cloning all device sources if needed.

lunch Ocean_devicecodename-buildtype

Start compilation

m otapackage

OR

m bacon

You can also refer to our detailed guides as listed below:

How to compile ArrowOS from source


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors