diff options
author | CheckYourScreen <nimitmehta95@gmail.com> | 2017-07-11 14:22:39 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-15 16:44:21 +0200 |
commit | 15f0f35516fe046eeac693e048ba77419587c2bb (patch) | |
tree | 0a761479390b2d4f685448ba5ea13702f8e2ff63 | |
parent | 41950a77357166939f6e6734c73df6d2a8069a74 (diff) |
z2_plus: define Webview version
* Fixes webview crash as default definition is of stable which isnt available
Signed-off-by: CheckYourScreen <nimitmehta95@gmail.com>
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e975d00..f6c0b82 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -80,6 +80,9 @@ TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 # QCOM hardware BOARD_USES_QCOM_HARDWARE := true +# Webview defs +PREBUILT_WEBVIEW_VERSION := chromium + # Toolchain TARGET_GCC_VERSION := 4.9 TARGET_GCC_VERSION_ARM64 := $(TARGET_GCC_VERSION) |