From 3352b156a937faec9a21f766f3895d58ac7a6c2a Mon Sep 17 00:00:00 2001 From: Hyatche <33911325+Hyatche@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:51:39 +0100 Subject: [PATCH] [fix] Adding lib.c to rule of slcanpty build See issue : https://github.com/linux-can/can-utils/issues/417 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 9aef576..35454b6 100644 --- a/Android.mk +++ b/Android.mk @@ -488,7 +488,7 @@ include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) -LOCAL_SRC_FILES := slcanpty.c +LOCAL_SRC_FILES := lib.c slcanpty.c LOCAL_MODULE := slcanpty LOCAL_MODULE_TAGS := optional LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/