summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 17:16:01 -0800
committerAdam Langley <agl@google.com>2015-01-22 17:16:01 -0800
commitd3564c7f90e972c4ff68b7de39d645843d2474c4 (patch)
tree5fdda623ac42d847ae637c50f293774622def1cb /tests
parentb1a1218845eb32564b2f7f0297096ec43b27e41b (diff)
downloadhardware_libhardware-d3564c7f90e972c4ff68b7de39d645843d2474c4.zip
hardware_libhardware-d3564c7f90e972c4ff68b7de39d645843d2474c4.tar.gz
hardware_libhardware-d3564c7f90e972c4ff68b7de39d645843d2474c4.tar.bz2
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: I9030a3747b8a1f18acd0308746cb2f63d4123f8b
Diffstat (limited to 'tests')
-rw-r--r--tests/keymaster/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/keymaster/Android.mk b/tests/keymaster/Android.mk
index c420db9..0c11795 100644
--- a/tests/keymaster/Android.mk
+++ b/tests/keymaster/Android.mk
@@ -6,9 +6,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
keymaster_test.cpp
-LOCAL_C_INCLUDES := \
- external/openssl/include \
-
LOCAL_SHARED_LIBRARIES := \
liblog \
libutils \