Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Remove superfluous OpenSSL include paths.
Browse files Browse the repository at this point in the history
The libcrypto and libssl modules (and their respective static and host
versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module
is sufficient.

Change-Id: I9cb967ed476ddd8b6eba0aceb8a8753152b0b8dd
  • Loading branch information
agl committed Jan 23, 2015
1 parent de49cdc commit c0875e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Android.mk
Expand Up @@ -41,7 +41,6 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -D_U_="__attribute__((unused))"

LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/missing\
external/openssl/include\
external/libpcap

LOCAL_SHARED_LIBRARIES += libssl libcrypto
Expand Down

0 comments on commit c0875e3

Please sign in to comment.