Revert "PRODUCT_TREBLE_LINKER_NAMESPACES must be true for BOARD_VNDK_VERSION"
This reverts commit 69ae572779
.
Reason for revert: Build breaks on aosp_car
Change-Id: I9c7f0eedf8ea8fb3b4e14dc2024dea376cc14093
This commit is contained in:
parent
1e6b7c553a
commit
fbcc2ad22e
|
@ -819,14 +819,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