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:
commit
e136d21ff8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue