Merge "PRODUCT_TREBLE_LINKER_NAMESPACES must be true for BOARD_VNDK_VERSION" am: 1e6b7c553a

am: 3a9118137b

Change-Id: Id046336a2054495899610b602b50f43871f49736
This commit is contained in:
Justin Yun 2018-02-08 06:12:51 +00:00 committed by android-build-merger
commit 2076edbd93
1 changed files with 8 additions and 0 deletions

View File

@ -819,6 +819,14 @@ $(KATI_obsolete_var PRODUCT_USE_VNDK_OVERRIDE,Use PRODUCT_USE_VNDK instead)
.KATI_READONLY := \ .KATI_READONLY := \
PRODUCT_USE_VNDK PRODUCT_USE_VNDK
# PRODUCT_TREBLE_LINKER_NAMESPACES must be true to define BOARD_VNDK_VERSION.
ifdef BOARD_VNDK_VERSION
ifneq ($(PRODUCT_TREBLE_LINKER_NAMESPACES),true)
$(error PRODUCT_TREBLE_LINKER_NAMESPACES must be true \
if BOARD_VNDK_VERSION is defined)
endif
endif
ifdef PRODUCT_SHIPPING_API_LEVEL ifdef PRODUCT_SHIPPING_API_LEVEL
ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),27),) ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),27),)
ifneq ($(TARGET_USES_MKE2FS),true) ifneq ($(TARGET_USES_MKE2FS),true)