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

Commit 3105f78e authored by Inseob Kim's avatar Inseob Kim Committed by Automerger Merge Worker
Browse files

Merge "Error if BOARD_VNDK_VERSION=PLATFORM_VNDK_VERSION" am: b9a27f4e am: 572072b0

Original change: https://android-review.googlesource.com/c/platform/build/+/1350002

Change-Id: Id4c7697f2812d80fb17ea9ca30fa120564a2caea
parents b46b86c1 572072b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -594,6 +594,9 @@ define check_vndk_version
endef

ifdef BOARD_VNDK_VERSION
  ifeq ($(BOARD_VNDK_VERSION),$(PLATFORM_VNDK_VERSION))
    $(error BOARD_VNDK_VERSION is equal to PLATFORM_VNDK_VERSION; use BOARD_VNDK_VERSION := current))
  endif
  ifneq ($(BOARD_VNDK_VERSION),current)
    $(call check_vndk_version,$(BOARD_VNDK_VERSION))
  endif