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

Commit e44fa493 authored by Gabriele M's avatar Gabriele M Committed by Zhao Wei Liew
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
(cherry picked from commit 0804c585)
parent 7c93b441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2203,7 +2203,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