Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 835e296c authored by Justin Yun's avatar Justin Yun Committed by Gerrit Code Review
Browse files

Merge "Revert "PRODUCT_TREBLE_LINKER_NAMESPACES must be true for BOARD_VNDK_VERSION""

parents 1e6b7c55 fbcc2ad2
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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)