summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 17:16:38 -0800
committerAdam Langley <agl@google.com>2015-01-22 17:16:38 -0800
commit349393aef98e372e190dad2fbe3231b72ec9f9b5 (patch)
treea1407dc25bc9ab1f7f787bc4556c601c61e7ee7a
parente8d59957d4935fb737ee3604d21b34fa3afb7e95 (diff)
downloadandroid_hardware_qcom_keymaster-349393aef98e372e190dad2fbe3231b72ec9f9b5.tar.gz
android_hardware_qcom_keymaster-349393aef98e372e190dad2fbe3231b72ec9f9b5.tar.bz2
android_hardware_qcom_keymaster-349393aef98e372e190dad2fbe3231b72ec9f9b5.zip
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: Ia1a4e346932842128d88971e72552528cdb6fb33
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 614bcbe..bf13a45 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,8 +15,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SRC_FILES := keymaster_qcom.cpp
-LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/common/inc \
- external/openssl/include
+LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/common/inc
LOCAL_CFLAGS := $(keymaster-def)