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

Commit 2c311b05 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:...

Merge "Error if BOARD_VNDK_VERSION=PLATFORM_VNDK_VERSION" am: b9a27f4e am: 572072b0 am: 3105f78e am: 770c779f

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

Change-Id: Ic17467625d4b5c6b71f93f64dc272595558604d0
parents 61cc0520 770c779f
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