Blame SOURCES/0065-Android-fix-incorrect-include-path.patch

b15ea1
From c98d11a74f29c91e850aeafd7e09a42b4d883704 Mon Sep 17 00:00:00 2001
b15ea1
From: Chih-Wei Huang <cwhuang@linux.org.tw>
b15ea1
Date: Wed, 22 Jan 2020 10:47:20 +0800
b15ea1
Subject: [PATCH 65/86] Android: fix incorrect include path
b15ea1
b15ea1
Fixes: 3ba12ff9 ("Move our infrastructure makefiles out of the topdir")
b15ea1
b15ea1
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
b15ea1
---
b15ea1
 src/Android.mk | 2 +-
b15ea1
 1 file changed, 1 insertion(+), 1 deletion(-)
b15ea1
b15ea1
diff --git a/src/Android.mk b/src/Android.mk
b15ea1
index ea6ee3f9432..57ac2b55846 100644
b15ea1
--- a/src/Android.mk
b15ea1
+++ b/src/Android.mk
b15ea1
@@ -46,7 +46,7 @@ LIBEFIVAR_SOURCES := \
b15ea1
 	lib.c \
b15ea1
 	vars.c
b15ea1
 
b15ea1
-include $(LOCAL_PATH)/../version.mk
b15ea1
+include $(LOCAL_PATH)/include/version.mk
b15ea1
 
b15ea1
 LOCAL_SRC_FILES := $(LIBEFIBOOT_SOURCES) $(LIBEFIVAR_SOURCES)
b15ea1
 LOCAL_CFLAGS := -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -std=gnu11 -DLIBEFIVAR_VERSION=$(VERSION)
b15ea1
-- 
b15ea1
2.24.1
b15ea1