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

Commit 0804c585 authored by Gabriele M's avatar Gabriele M Committed by Tom Powell
Browse files

core: Fix unified trees with no TARGET_OTA_ASSERT_DEVICE

If TARGET_OTA_ASSERT_DEVICE is not set, TARGET_DEVICE should be
used for OTA_SCRIPT_OVERRIDE_DEVICE.

Change-Id: If382dfa29dddb39498dec5f5eadc9895b7c47d88
parent bdcd34e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2218,7 +2218,7 @@ endif
ifneq ($(TARGET_UNIFIED_DEVICE),)
    OTA_SCRIPT_OVERRIDE_PROP := true
    ifeq ($(TARGET_OTA_ASSERT_DEVICE),)
        OTA_SCRIPT_OVERRIDE_DEVICE := $(TARGET_OTA_ASSERT_DEVICE)
        OTA_SCRIPT_OVERRIDE_DEVICE := $(TARGET_DEVICE)
    endif
endif