Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fa03000 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Allow BOARD_VNDK_VERSION to be changed" am: 0181c7d3

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1469d7db94532250ccded11a58f2fee99dea2c96
parents afeb2bc4 0181c7d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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