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

Commit 987e6ba3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't check the codename for REL configuration." into main

parents 4a35600b be87e19e
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ ifneq (,$(wildcard cts/))
  cts_platform_release_path := cts/tests/tests/os/assets/platform_releases.txt
  cts_platform_release_string := $(shell cat $(cts_platform_release_path))

  ifeq ($(RELEASE_PLATFORM_VERSION_CODENAME_REL),)
    ifeq (,$(findstring $(PLATFORM_VERSION),$(cts_platform_version_string)))
      define error_msg
        ============================================================
@@ -48,6 +49,7 @@ ifneq (,$(wildcard cts/))
      endef
      $(error $(error_msg))
    endif
  endif
  ifeq (,$(findstring $(PLATFORM_VERSION_LAST_STABLE),$(cts_platform_release_string)))
    define error_msg
      ============================================================