mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Merge pull request #418 from Hyatche/master
[fix] Adding lib.c to rule of slcanpty build for AOSP / AAOS
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user