From 3ad11b9d1fcf0c40912eb7a175dde81ac1cb7cc6 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 28 Jul 2017 09:50:20 -0700 Subject: [PATCH] Enable BOARD_VNDK_VERSION=current. Test: boots to UI, camera (incl video and slow motion) Test: YouTube works, wifi works Bug: 37342627 (cherry picked from commit 374c6b66fa56742be5438151d83f3450e621bddb) Change-Id: I9ab52c1002733c6757614dfd888167742ddb0127 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index bec9f7d2..f1635891 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -165,3 +165,5 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true # Use mke2fs to create ext4 images TARGET_USES_MKE2FS := true + +BOARD_VNDK_VERSION := current