aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 17:12:09 -0800
committerAdam Langley <agl@google.com>2015-01-22 17:12:09 -0800
commitc0875e3f34b853bb598f2e7b3d7a1d27564cde01 (patch)
tree8cc280753f5083608d35a2c88f416f011f66ea05
parentde49cdcfddf36f2b41ef3278e98a8a550a189952 (diff)
downloadtcpdump-c0875e3f34b853bb598f2e7b3d7a1d27564cde01.tar.gz
Remove superfluous OpenSSL include paths.
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
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 348d8b0e..7536801f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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