Remove superfluous OpenSSL include paths.
authorAdam Langley <agl@google.com>
Fri, 23 Jan 2015 01:17:14 +0000 (17:17 -0800)
committerAdam Langley <agl@google.com>
Fri, 23 Jan 2015 01:17:14 +0000 (17:17 -0800)
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

libkeymaster/Android.mk

index fa1950e2744306b87d2cbfacbdceb4394c4502f6..79f504edae81e7601781bd7f24f23169049bd764 100644 (file)
@@ -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