commit | 3e03d3d09cae0af971a731f4d470d09f3cc41f71 | [log] [tgz] |
---|---|---|
author | jhenrique09 <jhenrique09@users.noreply.github.com> | Tue Nov 02 01:30:04 2021 +0530 |
committer | Kunmun <kunmun.devroms@gmail.com> | Mon Nov 08 01:46:18 2021 +0530 |
tree | 551d3ba1344680f74b72bee0309a9dce992d970e | |
parent | d6eb773f97f1cbf201fd251c0ed35a2f9781a9fb [diff] |
vendor: citric: Cleanup and Import fonts from SPB5.210812.002 Change-Id: I2913ab4271a9f591d002000405bf501aca8846cf Signed-off-by: Kunmun <kunmun.devroms@gmail.com>
Citric OS is a custom skin based upon AOSP. It targets being unique, essential and stable; providing a pleasing user experience.
Before we build, we need to prepare the environment to be able to build.
We recommend to use @akhilnarang's scripts
git clone https://github.com/akhilnarang/scripts cd scripts && bash setup/android_build_env.sh
Create build folder
mkdir ~/citric cd ~/citric
To get started with the building process, you'll need to get familiar with Git and Repo.
To initialize your local repository, use a command like this:
repo init -u https://github.com/Citric-OS/android_manifest.git -b slime
To save time, space and internet data, sync with --depth=1 :
repo init --depth=1 -u https://github.com/Citric-OS/android_manifest.git -b slime
repo sync -c --force-sync --no-tags --no-clone-bundle -j$(nproc --all) --optimized-fetch --prune
From root directory of Project, perform following commands in terminal
source build/envsetup.sh lunch citric_<devicecodename>-userdebug m citric