Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# FocoAOSP
Project for htc one m8
# FocoAOSP-version of Lantern-aosp for our m8
Project for htc one m8 thanks to fabio-san from Lantern aosp
The Lantern Aosp Project Marshmallow 6.0

To initialize your local repository using the AOSP trees, use a command like this:

repo init -u https://github.com/L-Aosp/manifest.git -b M-6.0

Add Htc One M8 resources by typing this:
curl --create-dirs -L -o .repo/local_manifests/htc-msm8974.xml -O -L https://raw.githubusercontent.com/FocoAOSP/blob/SaboFoco-patch-1-6.0/htc-msm8974.xml

Then to sync up:

repo sync

Finally to build:

./build.sh device_m8

Loading