forked from openkylin/platform_build
Merge "Set VNDK version to current for module builds" am: 85c91dcee9
am: 4daa3fb610
am: ae6fb60a0b
Original change: https://android-review.googlesource.com/c/platform/build/+/1679349 Change-Id: I6f08948fe90e9a9400cd5e47eaa3f575b2ff9553
This commit is contained in:
commit
1da778ce91
|
@ -4,3 +4,7 @@
|
||||||
|
|
||||||
# Required for all module devices.
|
# Required for all module devices.
|
||||||
TARGET_USES_64_BIT_BINDER := true
|
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
|
||||||
|
|
Loading…
Reference in New Issue