Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit e37d79e

Browse files
committed
[userfriendly] build instructions in README
also, make it markdown
1 parent 1ac0101 commit e37d79e

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

README

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# How to build
2+
3+
* clone this repository
4+
* call the build scripts from a separate directory
5+
6+
For example:
7+
8+
git clone https://github.com/phhusson/treble_experimentations
9+
mkdir Lineage; cd Lineage
10+
bash ../treble_experimentations/build-rom.sh android-8.1 lineage
11+
12+
# Conventions for commit messages:
13+
14+
* `[UGLY]` Please make this patch disappear as soon as possible
15+
* `[master]` tag means that the commit should be dropped in a future
16+
rebase
17+
* `[device]` tag means this change is device-specific workaround
18+
* `::device name::` will try to describe which devices are concerned
19+
by this change
20+
* `[userfriendly]` This commit is NOT used for hardware support, but
21+
to make the rom more user friendly

0 commit comments

Comments
 (0)