Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cobalt
external_libwebsockets
Commits
e592c71c
Commit
e592c71c
authored
7 years ago
by
Mark Stevens
Browse files
Options
Download
Email Patches
Plain Diff
point to lib folder
parent
e2364f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Android.mk
Android.mk
+17
-17
No files found.
Android.mk
View file @
e592c71c
...
...
@@ -4,24 +4,24 @@ include $(CLEAR_VARS)
LOCAL_MODULE
:=
libwebsockets
LOCAL_CFLAGS
:=
-DLWS_BUILTIN_GETIFADDRS
LOCAL_C_INCLUDES
:=
$(LOCAL_PATH)
/
../../../shared
/
LOCAL_C_INCLUDES
:=
$(LOCAL_PATH)
/
lib
/
libwebsockets
LOCAL_SRC_FILES
:=
\
../../../shared/libwebsockets
/base64-decode.c
\
../../../shared/libwebsockets
/client.c
\
../../../shared/libwebsockets
/client-handshake.c
\
../../../shared/libwebsockets
/client-parser.c
\
../../../shared/libwebsockets
/daemonize.c
\
../../../shared/libwebsockets
/extension.c
\
../../../shared/libwebsockets
/extension-deflate-frame.c
\
../../../shared/libwebsockets
/extension-deflate-stream.c
\
../../../shared/libwebsockets
/getifaddrs.c
\
../../../shared/libwebsockets
/handshake.c
\
../../../shared/libwebsockets
/libwebsockets.c
\
../../../shared/libwebsockets
/md5.c
\
../../../shared/libwebsockets
/minilex.c
\
../../../shared/libwebsockets
/output.c
\
../../../shared/libwebsockets
/parsers.c
\
../../../shared/libwebsockets
/sha-1.c
lib
/base64-decode.c
\
lib
/client.c
\
lib
/client-handshake.c
\
lib
/client-parser.c
\
lib
/daemonize.c
\
lib
/extension.c
\
lib
/extension-deflate-frame.c
\
lib
/extension-deflate-stream.c
\
lib
/getifaddrs.c
\
lib
/handshake.c
\
lib
/libwebsockets.c
\
lib
/md5.c
\
lib
/minilex.c
\
lib
/output.c
\
lib
/parsers.c
\
lib
/sha-1.c
include
$(BUILD_STATIC_LIBRARY)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment