radxa0: Fix aml_upgrade lineage-18.1
authorBruno Martins <bgcngm@gmail.com>
Thu, 6 Jul 2023 13:41:03 +0000 (14:41 +0100)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 9 Jul 2023 00:25:17 +0000 (02:25 +0200)
There is a dependency on logo.img, so make sure to explicitely build it.

Change-Id: Ie918142bf4472ab4e43a43a9fb9aaa9bda7c8728
(cherry picked from commit 0680b7ae6a75c9fd7a5e5f064f84e094b2b60e40)

factory.mk

index 6b78daae878f5cedb332abe12a72c3f91268bbe3..6e19e9b71c683717b6ce6b721d9f224f45a0f190 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -31,7 +31,8 @@ NEEDED_IMAGES := \
     recovery.img \
     dtbo.img \
     vbmeta.img \
     recovery.img \
     dtbo.img \
     vbmeta.img \
-    super.img
+    super.img \
+    logo.img
 
 $(INSTALLED_AML_UPGRADE_PACKAGE_TARGET): $(addprefix $(PRODUCT_OUT)/,$(NEEDED_IMAGES)) $(ACP) $(AML_IMAGE_TOOL)
        $(hide) mkdir -p $(PRODUCT_UPGRADE_OUT)
 
 $(INSTALLED_AML_UPGRADE_PACKAGE_TARGET): $(addprefix $(PRODUCT_OUT)/,$(NEEDED_IMAGES)) $(ACP) $(AML_IMAGE_TOOL)
        $(hide) mkdir -p $(PRODUCT_UPGRADE_OUT)