summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 17:17:14 -0800
committerAdam Langley <agl@google.com>2015-01-22 17:17:14 -0800
commite44370d9240188bdbff4af1f8e5033ec8141355b (patch)
tree45f92041e02f25265679ebdaf98901b7ca3f752d
parent66efbe79457a52ffcef470089a35ac39514759f5 (diff)
downloadexynos5-e44370d9240188bdbff4af1f8e5033ec8141355b.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: Ie591e149b4252284c1344261fdabe785250ee16e
-rw-r--r--libkeymaster/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libkeymaster/Android.mk b/libkeymaster/Android.mk
index fa1950e..79f504e 100644
--- a/libkeymaster/Android.mk
+++ b/libkeymaster/Android.mk
@@ -23,7 +23,6 @@ LOCAL_MODULE := keystore.exynos5
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)/hw
LOCAL_SRC_FILES := keymaster_mobicore.cpp tlcTeeKeymaster_if.c
LOCAL_C_INCLUDES := \
- external/openssl/include \
$(MOBICORE_PATH)/daemon/ClientLib/public \
$(MOBICORE_PATH)/common/MobiCore/inc/
LOCAL_C_FLAGS = -fvisibility=hidden -Wall -Werror