Skip to content

Local manifests and patches for N7100 (Samsung Galaxy Note II)

Notifications You must be signed in to change notification settings

ComicoX/android_local_manifests_n7100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LineageOS

Getting started

1. mkdir -p LOS15 && cd LOS15

2. Initialize your local repository using the LineageOS trees with a command
  repo init -u git://github.com/LineageOS/android.git -b lineage-15.1
  
3. Clone this repo:
  git clone https://github.com/ComicoTeam/android_local_manifests_n7100 -b lineage-15.1 

4. Copy local manifest (local_manifest.xml)
  mkdir -p .repo/local_manifests
  cp android_local_manifests_n7100/local_manifest.xml .repo/local_manifests/

5. Sync LineageOS trees:
  repo sync --no-tags --no-clone-bundle --force-sync -c -j8

6. Apply patches to the newly synced sources:
  . build/envsetup.sh
  bash android_local_manifests_n7100/fetch.sh
  bash android_local_manifests_n7100/apply.sh

7. To build:
  . build/envsetup.sh
  lunch lineage_n7100-userdebug
  make -j8 bacon

About

Local manifests and patches for N7100 (Samsung Galaxy Note II)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published