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

Commit 60d1ee3e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Better way to disable OTAs for crespo - DO NOT MERGE

OTAs need to be disabled for all products using crespo
hardware, not just a single one.

Change-Id: I961462e5e87bec8c59dafa13dbf0fdc96bab29ab
parent 7daa9132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -972,7 +972,7 @@ target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
# OTA update package

# disable ota for crespo temporarily.
ifneq ($(TARGET_PRODUCT),crespo)
ifneq ($(TARGET_DEVICE),crespo)
ifneq ($(TARGET_SIMULATOR),true)
ifneq ($(TARGET_PRODUCT),sdk)
ifneq ($(TARGET_DEVICE),generic)