Resurrection Remix OS Ten Source 2019

WIP

Getting started

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

Sync

# Initialize local repository
repo init -u https://github.com/ResurrectionRemix/platform_manifest.git -b ten

# Sync
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch rr_$device-userdebug

# Build the code
$ mka bacon