aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChalapathi Revanth <32573514+ChalapathiRevanth@users.noreply.github.com>2018-03-26 21:21:22 +0530
committerMoyster <oysterized@gmail.com>2018-05-26 14:11:17 +0200
commitf127f7927619b43e556f558c80742a9af9aef61e (patch)
treeac1e891f26f3e7fb87be7461a88e57c55c191cd2
parentbf9e8487d9aacf927a60c5c92a7b074854899be3 (diff)
Update README.mdHEADlos-15.1
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 102e69a..3576528 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Pre-Oreo Mediatek common-tree
+# Pre-Oreo Mediatek devices common-tree
> such repo, much nice, wow!
# How to download ?
@@ -11,15 +11,15 @@ then simply `repo sync` your sources
# How to use ?
Include both `VendorConfig.mk` & `VendorProduct.mk` in your device tree like so :
- `BoardConfig.mk` :
-`-include vendor/mediatek/VendorConfig.mk`
+`include vendor/mediatek/VendorConfig.mk`
- `device(_product).mk` :
-`-include vendor/mediatek/VendorProduct.mk`
+`include vendor/mediatek/VendorProduct.mk`
Note: add these lines at the bottom of the mentioned files
# How to apply the patches ?
Patches located in the patches folder can be applied from the root of your android sources :
-`. vendor/mediatek/install.sh` & `. vendor/mediatek/uninstall.sh`
+`. vendor/mediatek/patches/install.sh` & `. vendor/mediatek/patches/uninstall.sh`
# How to configure libshim ?
### > Libshim flags