From c0875e3f34b853bb598f2e7b3d7a1d27564cde01 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 22 Jan 2015 17:12:09 -0800 Subject: [PATCH] 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 --- Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.mk b/Android.mk index 348d8b0ee..7536801fb 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