From d7995cc8e7692344f8a68693c27d07e1e1d405b6 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 19 Apr 2021 10:18:43 +0100 Subject: [PATCH] Set VNDK version to current for module builds This setting changes which libraries are included in the media.swcodec apex, and is a step on the way of eliminating the differences when building between module_arm64 and aosp_arm64. Bug: 185769808 Bug: 185789027 Test: compare media.swcodec apex build with module_arm64 and aosp_arm64 Change-Id: Iafb0194827f984a7ba108f519016d24b2980e2e1 --- target/board/BoardConfigModuleCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/board/BoardConfigModuleCommon.mk b/target/board/BoardConfigModuleCommon.mk index 24c01a58e..983247434 100644 --- a/target/board/BoardConfigModuleCommon.mk +++ b/target/board/BoardConfigModuleCommon.mk @@ -4,3 +4,7 @@ # Required for all module devices. TARGET_USES_64_BIT_BINDER := true + +# Necessary to make modules able to use the VNDK via 'use_vendor: true' +# TODO(b/185769808): look into whether this is still used. +BOARD_VNDK_VERSION := current