Skip to content

Hacker-Anirudh/local_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Manifest for Android KitKat / LineageOS 11.0

Project corsica|GT-S5310/GT-S5312


Manual Way:

To initialize LineageOS 11.0 Repo:

repo init -u https://github.com/LineageOS/android.git -b cm-11.0 --no-clone-bundle --depth=1

To initialize Manifest:

curl --create-dirs -L -o .repo/local_manifests/local_manifest.xml -O -L https://raw.github.com/bcm216xx-LOS/local_manifest/cm-11.0/local_manifest.xml

Sync the repo:

repo sync -j$( nproc --all ) --force-sync -c --no-clone-bundle --no-tags --optimized-fetch --prune

Sync prebuilts:

cd vendor/cm
./get-prebuilts
cd ../..

Apply Pacht

git clone https://github.com/bcm216xx-LOS/android_patches_los11.git
sh android_patches_los11/apply-patches.sh

Initialize the environment:

source build/envsetup.sh

To build:

brunch corsica

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published