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

Commit ce9e4aec authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Force use of eos specific patch

There seems to be race conditions between ih8sn security patch
value override and Build.SECURITY_PATCH initialization.
parent 25969b90
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1251,10 +1251,7 @@ ifdef GENERIC_KERNEL_CMDLINE
endif
endif

ifneq (,$(PLATFORM_SECURITY_PATCH_OVERRIDE)
PLATFORM_SECURITY_PATCH_EOS := $(PLATFORM_SECURITY_PATCH)
  PLATFORM_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH_OVERRIDE)
endif

INTERNAL_MKBOOTIMG_VERSION_ARGS := \
    --os_version $(PLATFORM_VERSION_LAST_STABLE) \