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

Commit ccf5a575 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

modver is no longer a valid argument, as the ro.modversion is checked and used if it exists.

Change-Id: Id8f353a287d7974426013b3bbf99b834cbf55abc
parent 36668ed4
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1035,13 +1035,6 @@ else
$(INTERNAL_OTA_PACKAGE_TARGET): backuptool := true
endif

ifeq ($(TARGET_OTA_MODVER),)
# default to "false"
$(INTERNAL_OTA_PACKAGE_TARGET): modver := false
else
$(INTERNAL_OTA_PACKAGE_TARGET): modver := $(TARGET_OTA_MODVER)
endif

ifeq ($(TARGET_NO_RECOVERY),)
# default to "false"
$(INTERNAL_OTA_PACKAGE_TARGET): recoveryex := false
@@ -1065,7 +1058,6 @@ $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(OTATOOLS)
           --backup=$(backuptool) \
           --recovery=$(recoveryex) \
	   --override_device=$(override_device) \
           --modver=$(modver) \
           $(BUILT_TARGET_FILES_PACKAGE) $@

.PHONY: otapackage bacon