commit | f137c56d1c0820255d826a8ffa9b7d8c7cbcabed | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@android.com> | Wed Jan 30 05:47:00 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 30 05:47:00 2013 +0000 |
tree | 2a4eb6986958ea7d271ef4258cea3b545951a505 | |
parent | a18eec546fdd7b48cee7a4fce5ba0f2ca6ad7889 [diff] | |
parent | f1396b4ebf0d67866b9fba2655c3f9f3327fb0a2 [diff] |
Merge "Fix INCLUDES path for keystore headers."
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index ee153d0..865c43d 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk
@@ -49,7 +49,7 @@ INCLUDES += $(LOCAL_PATH)/src INCLUDES += $(LOCAL_PATH)/src/utils INCLUDES += external/openssl/include -INCLUDES += system/security/keystore +INCLUDES += system/security/keystore/include ifdef CONFIG_DRIVER_NL80211 INCLUDES += external/libnl-headers endif