Merge "Allow BOARD_VNDK_VERSION to be changed" am: 0181c7d33c am: 0fa0300013 am: 9831e65e7c

Original change: https://android-review.googlesource.com/c/platform/build/+/1608053

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0d8ef55f5276cf90e77505d9bb91bf1e0ea8b306
This commit is contained in:
Treehugger Robot 2021-03-02 19:54:13 +00:00 committed by Automerger Merge Worker
commit b1fc88399a
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ TARGET_COPY_OUT_PRODUCT := product
# the devices with metadata parition
BOARD_USES_METADATA_PARTITION := true
BOARD_VNDK_VERSION := current
# Default is current, but allow devices to override vndk version if needed.
BOARD_VNDK_VERSION ?= current
# Required flag for non-64 bit devices from P.
TARGET_USES_64_BIT_BINDER := true