diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-02-24 22:18:33 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-02-24 22:18:33 +0100 |
| commit | fb8c4522895c4324d814d6ed3adef9afd8a0b8a5 (patch) | |
| tree | 8724f212034208cc24efc57085856fc66ec6bbe0 | |
| parent | 1e8f547c55187b5c588a80f3e8b0be506c1d21f4 (diff) | |
readme: add one
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0848808 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Local manifest for Meizu M2 Note (LineageOS 14.1) +=========================== + +Getting Started +--------------- + +Initialize a repository with LineageOS: + + repo init -u git://github.com/LineageOS/android.git -b cm-14.1 + +Copy "m2note.xml" under android_src/.repo/local_manifests + + repo sync + + +Build the code: + + source build/envsetup.sh + breakfast m2note + make -j 4 bacon showcommands 2>&1 | tee build.log + |
