Skip to content

Commit

Permalink
fixed cSploitCommon include path for android
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Nov 26, 2015
1 parent 29b8c0b commit 3c1a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOCAL_CFLAGS:= -Wall -Werror -DHAVE_NET_ETHERNET_H -DHAVE_LINUX_IF_ETHER_H \
LOCAL_STATIC_LIBRARIES:= cSploitCommon_static cares

LOCAL_C_INCLUDES:= \
cSploitCommon/\
cSploitCommon/include\
libcares/

LOCAL_SRC_FILES:= $(wildcard $(LOCAL_PATH)/*.c)
Expand Down

0 comments on commit 3c1a725

Please sign in to comment.