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
-
Notifications
You must be signed in to change notification settings - Fork 2
ComicoX/android_local_manifests_n7100
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Local manifests and patches for N7100 (Samsung Galaxy Note II)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published