aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)