https://github.com/daddye/manifest
Manifest for AOSP on Xpera
https://github.com/daddye/manifest
Last synced: 4 months ago
JSON representation
Manifest for AOSP on Xpera
- Host: GitHub
- URL: https://github.com/daddye/manifest
- Owner: DAddYE
- Created: 2013-12-25T22:04:37.000Z (over 12 years ago)
- Default Branch: kk4.4
- Last Pushed: 2013-12-25T22:07:44.000Z (over 12 years ago)
- Last Synced: 2025-05-14T13:18:44.536Z (about 1 year ago)
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Carbon-Dev Source
===================
Getting Started
---------------
To get started with the Carbon-Dev sources, you'll need to get
familiar with [Git and Repo](http://source.android.com/source/version-control.html).
Create the Directories
----------------------
You will need to set up some directories in your build environment.
To create them run:
mkdir -p ~/bin
mkdir -p ~/revolution
Install the Repository
----------------------
Enter the following to download make executable the "repo" binary:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
You may need to reboot for these changes to take effect.
Now enter the following to initialize the repository:
cd ~/revolution
Repositories:
---------------
Before you continue --> run this in the terminal
----------------------------------------
repo init -u https://github.com/RevolutionDev/android.git -b kk4.4 && repo sync -f
*PLEASE NOTE THAT YOU MUST USE THE -f flag when repo syncing/initializing if you want to sync with our default -j4 setup as android.googlesource seems to like to reject your requests if you set your -jflag too high.
if you wish to avoid this issue run it repo sync -j1 otherwise -f (force) is reccomended so it will resync the repos it gets error codes on. Thank you and have a nice day.*
Building the System
---------------
Initialize the environment with the envsetup.sh script. Note that replacing "source" with a single dot saves a few characters, and the short form is more commonly used in documentation.
. build/envsetup.sh
lunch
Enter the number of the build you want to start and press enter
Build the Code:
make -j8