aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-12-09 17:31:27 +0100
committerMister Oyster <oysterized@gmail.com>2017-12-09 18:16:58 +0100
commitc2face3180153cbae726c9175b5dbe8b681c609d (patch)
treed3fe0e8a76e504a755bbb7e641f286a9448baaa0
parent579629258530818e42f5e36b830d07cbd98c794a (diff)
readme: fix includes & update infos
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 50b49a7..41fe691 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,11 @@ then simply `repo sync` your sources
# How to use ?
Include both `VendorConfig.mk` & `VendorProduct.mk` in your device tree like so :
- `BoardConfig.mk` :
-`$(call inherit-product, $(SRC_TARGET_DIR)/vendor/mediatek/VendorConfig.mk)`
+`-include vendor/mediatek/VendorConfig.mk`
- `device(_product).mk` :
-`$(call inherit-product, $(SRC_TARGET_DIR)/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 :
@@ -29,4 +30,4 @@ The only configuration libshim needs is the following flags :
`#LIBSHIM_GUI_SYMBOLS := true`
`#LIBSHIM_OMX_SYMBOLS := true`
`#LIBSHIM_AGPS_SYMBOLS := true`
-(uncomment the flags you need)
+(copy/paste in `BoardConfig.mk` & uncomment the flags you need)