Enable the VNDK.

Bug: 71707530
Test: device boots and works with the VNDK, manually checked that
    the VNDK is on the device, sanity tests (camera works), lshal,
    looking at the ld.config.txt.

Change-Id: Ib2218d8ff93433092717d5b89402e006e12aa397
Merged-In: Ib2218d8ff93433092717d5b89402e006e12aa397
(cherry picked from commit dec22c6cd30a9d8291dc6cb4dbbadeab439965d3)
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 5dd1c7f..31b0789 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -128,3 +128,4 @@
 
 USE_XML_AUDIO_POLICY_CONF := 1
 
+BOARD_VNDK_VERSION := current
\ No newline at end of file