aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 16:38:12 -0800
committerAdam Langley <agl@google.com>2015-01-22 16:47:36 -0800
commit6ed899a9b6798f841595253549d740b446fe24fc (patch)
tree1f302609bd56533889b0d9e9123e7f0ed056c721 /Android.mk
parentdd719dfe4eb1d8c15342ce05d2a0ab975c390d67 (diff)
downloadbootable_recovery-6ed899a9b6798f841595253549d740b446fe24fc.zip
bootable_recovery-6ed899a9b6798f841595253549d740b446fe24fc.tar.gz
bootable_recovery-6ed899a9b6798f841595253549d740b446fe24fc.tar.bz2
Remove superfluous OpenSSL include paths.
This include path was needed because system/vold/cryptfs.h included an OpenSSL header just to get the length of a SHA-256 hash. This has been fixed in https://android-review.googlesource.com/#/c/124477/1. Change-Id: I06a8ba0ee5b9efcc3260598f07d9819f065711de
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1a91f00..45aa22d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -92,7 +92,6 @@ else
endif
LOCAL_C_INCLUDES += system/extras/ext4_utils
-LOCAL_C_INCLUDES += external/openssl/include
include $(BUILD_EXECUTABLE)