From 5bb8217359c196c40e4615e0ea1ff149a39a8e7d Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 22 Jan 2015 16:48:53 -0800 Subject: 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: Ic9fa10cdda20c911f83019f693924180f26c6321 --- self-extractors/nvidia/staging/keymaster/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/self-extractors/nvidia/staging/keymaster/Android.mk b/self-extractors/nvidia/staging/keymaster/Android.mk index 43c0f5e..bc80f3f 100644 --- a/self-extractors/nvidia/staging/keymaster/Android.mk +++ b/self-extractors/nvidia/staging/keymaster/Android.mk @@ -28,7 +28,6 @@ LOCAL_SRC_FILES := \ LOCAL_C_INCLUDES := \ libcore/include \ - external/openssl/include \ $(LOCAL_PATH)/../security/tf_sdk/include LOCAL_CFLAGS := -fvisibility=hidden -Wall -Werror -- cgit v1.2.3