Merge "Revert "PRODUCT_TREBLE_LINKER_NAMESPACES must be true for BOARD_VNDK_VERSION"" am: 835e296ce1 am: 2c95415716

am: e5f2a716cb

Change-Id: I8b5b14434356e5d7ea56a325b4c5a61dcd0aae03
This commit is contained in:
Justin Yun 2018-02-08 08:18:16 +00:00 committed by android-build-merger
commit e136d21ff8
1 changed files with 0 additions and 8 deletions

View File

@ -820,14 +820,6 @@ $(KATI_obsolete_var PRODUCT_USE_VNDK_OVERRIDE,Use PRODUCT_USE_VNDK instead)
.KATI_READONLY := \
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
ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),27),)
ifneq ($(TARGET_USES_MKE2FS),true)