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
This commit is contained in:
parent
dd719dfe4e
commit
6ed899a9b6
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += system/extras/ext4_utils
|
LOCAL_C_INCLUDES += system/extras/ext4_utils
|
||||||
LOCAL_C_INCLUDES += external/openssl/include
|
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue