Skip to content

OGHyperion/android_manifest1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SuperKronic

Getting Started

To get started with Android, you'll need to get familiar with Git and Repo.

To initialize your local repository using the SuperKronic trees, use this command:

repo init -u git://github.com/SuperKronic/android_manifest.git -b eleven

Or initialize a shallow clone

repo init --depth=1 -u git://github.com/SuperKronic/android_manifest.git -b eleven

Then to sync up:

repo sync --force-sync --no-tags --no-clone-bundle

Building the source

The source at SuperKronic is well configured for building. You can choose to build with or without gapps included. Follow these to build.

source build/envsetup.sh
lunch aosip_device-userdebug
time m kronic
(or to get build logs: time m kronic | tee build.log)

If you are building for a OnePlus device that supports Verizon, before lunching device enter:
repopick -t op-vzw-mani
and then resync source to grab the necessary repos.

If you would like to include gapps in your build, after lunching device enter:
export WITH_GAPPS=true

Credits:

About

well i got bored and discontinued it #idkwhatiwasdoing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published