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

Commit 7968bc4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set BOARD_SYSTEMSDK_VERSIONS even if PRODUCT_SHIPPING_API_LEVEL is unset" into main

parents e67e0dda 0284ba29
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -831,16 +831,12 @@ endif
# Set BOARD_SYSTEMSDK_VERSIONS to the latest SystemSDK version starting from P-launching
# devices if unset.
ifndef BOARD_SYSTEMSDK_VERSIONS
  ifdef PRODUCT_SHIPPING_API_LEVEL
  ifneq ($(call math_gt_or_eq,$(PRODUCT_SHIPPING_API_LEVEL),28),)
  ifeq (REL,$(PLATFORM_VERSION_CODENAME))
    BOARD_SYSTEMSDK_VERSIONS := $(PLATFORM_SDK_VERSION)
  else
    BOARD_SYSTEMSDK_VERSIONS := $(PLATFORM_VERSION_CODENAME)
  endif
endif
  endif
endif

ifndef BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES
  BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES := current