diff options
| author | Adam Langley <agl@google.com> | 2015-01-22 17:13:10 -0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2015-01-29 16:36:46 -0800 |
| commit | df0749faea1563aacdecb38c5ecee0e63c3cc455 (patch) | |
| tree | f575b8a4425c429c5dada30b9d6c62709f615b68 /wpa_supplicant/Android.mk | |
| parent | 807291d85bf857320aff6a8ade38c5f622ab9df8 (diff) | |
| download | android_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.tar.gz android_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.tar.bz2 android_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.zip | |
Android: 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: If8722a70dd82aad34d4a203c2af46110c98f42dc
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'wpa_supplicant/Android.mk')
| -rw-r--r-- | wpa_supplicant/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 96a969e1..ed78bf91 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -61,7 +61,6 @@ INCLUDES += $(LOCAL_PATH)/src/rsn_supp INCLUDES += $(LOCAL_PATH)/src/tls INCLUDES += $(LOCAL_PATH)/src/utils INCLUDES += $(LOCAL_PATH)/src/wps -INCLUDES += external/openssl/include INCLUDES += system/security/keystore/include ifdef CONFIG_DRIVER_NL80211 ifneq ($(wildcard external/libnl),) |
