Files
redroid-patches/android-8.1.0_r81/build/make/0001-fix-build.patch
2023-10-17 16:11:38 +08:00

26 lines
653 B
Diff

From 0bf56cf5a84b101f6d51807049b70a7c64f4da5d Mon Sep 17 00:00:00 2001
From: Ziyang Zhou <ziyang.zhou@outlook.com>
Date: Sun, 16 Oct 2022 11:09:21 +0800
Subject: [PATCH] fix build
---
core/definitions.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/definitions.mk b/core/definitions.mk
index 95e9a02..61f99ca 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -2977,7 +2977,7 @@ endef
# $(1): The file(s) to check (often $@)
# $(2): The partition size.
define assert-max-image-size
-$(if $(2), \
+#$(if $(2), \
$(call assert-max-file-size,$(1),$(call image-size-from-data-size,$(2))))
endef
--
2.34.1