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

Commit 1fd31409 authored by Shino's avatar Shino
Browse files

Restore default value for no_prereq switch to "true" as it currently breaks updater-script as long

as BUILD_UTC_DATE is always 0.

Change-Id: Iadc89996705047c8002aa55fdd94d9144dae1bcc
parent c953fba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1077,8 +1077,8 @@ ifeq ($(TARGET_NO_PREREQ),true)
TARGET_OTA_NO_PREREQ := true
endif
ifeq ($(TARGET_OTA_NO_PREREQ),)
# default to "false"
$(INTERNAL_OTA_PACKAGE_TARGET): no_prereq := false
# default to "true"
$(INTERNAL_OTA_PACKAGE_TARGET): no_prereq := true
else
$(INTERNAL_OTA_PACKAGE_TARGET): no_prereq := $(TARGET_OTA_NO_PREREQ)
endif