summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-01-26 18:53:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-26 18:53:14 +0000
commitfcd4849c30a5e81ed494b0392e175d2d9be67ab7 (patch)
treef9b429a58c01f708c0e4f6f8b01daf1b7a05711a
parent89919a03f0eee8f9413c0ed64ef0e7fd5388557b (diff)
parentd70873e40aafd6563b8ad43747384812ac51234e (diff)
downloadextras-fcd4849c30a5e81ed494b0392e175d2d9be67ab7.tar.gz
Merge "Remove superfluous OpenSSL include paths."
-rw-r--r--verity/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/verity/Android.mk b/verity/Android.mk
index ab1659b3..f39c3f42 100644
--- a/verity/Android.mk
+++ b/verity/Android.mk
@@ -6,7 +6,6 @@ LOCAL_SRC_FILES := generate_verity_key.c
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libcrypto-host
-LOCAL_C_INCLUDES += external/openssl/include
include $(BUILD_HOST_EXECUTABLE)
include $(CLEAR_VARS)
@@ -74,6 +73,5 @@ LOCAL_SRC_FILES := build_verity_tree.cpp
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_LIBRARIES := libsparse_host libz
LOCAL_SHARED_LIBRARIES := libcrypto-host
-LOCAL_C_INCLUDES := external/openssl/include
LOCAL_CFLAGS += -Wall -Werror
include $(BUILD_HOST_EXECUTABLE)