diff options
| author | Chalapathi Revanth <32573514+ChalapathiRevanth@users.noreply.github.com> | 2018-03-26 21:21:22 +0530 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-05-26 14:11:17 +0200 |
| commit | f127f7927619b43e556f558c80742a9af9aef61e (patch) | |
| tree | ac1e891f26f3e7fb87be7461a88e57c55c191cd2 | |
| parent | bf9e8487d9aacf927a60c5c92a7b074854899be3 (diff) | |
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
