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

Unverified Commit 3b7cc144 authored by Simon Shields's avatar Simon Shields Committed by Rashed Abdel-Tawab
Browse files

build: allow forcing build of otatools

Change-Id: I1bfbc15b2bc2d0547a02336623be99fa031eb1c7
parent 9d767722
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2388,6 +2388,9 @@ endif
ifeq ($(TARGET_BUILD_PDK),true)
build_ota_package := false
endif
ifeq ($(TARGET_FORCE_OTA_PACKAGE),true)
build_ota_package := true
endif

ifeq ($(build_ota_package),true)
OTATOOLS :=  $(HOST_OUT_EXECUTABLES)/minigzip \