summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 16:48:53 -0800
committerAdam Langley <agl@google.com>2015-01-22 16:48:53 -0800
commit5bb8217359c196c40e4615e0ea1ff149a39a8e7d (patch)
treeb6404c70a882949bfa91fe43b708908f4e08f5d9
parent495f0a9b2064a129af669e9959c2027f984e889c (diff)
downloadtilapia-5bb8217359c196c40e4615e0ea1ff149a39a8e7d.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: Ic9fa10cdda20c911f83019f693924180f26c6321
-rw-r--r--self-extractors/nvidia/staging/keymaster/Android.mk1
1 files changed, 0 insertions, 1 deletions
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