commit | 70f25bead8995edab2c9ae8271ee05c41f6e4c33 | [log] [tgz] |
---|---|---|
author | codeworkx <daniel.hillenbrand@codeworkx.de> | Tue Jul 12 14:49:39 2011 -0700 |
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | Tue Jul 12 14:49:39 2011 -0700 |
tree | 4e0bb1be52b0506040ef975cc371ab32d126fd72 | |
parent | 32ac1666e2277834ee4d03035b94e4b6050e4db9 [diff] [blame] |
dedupe: include external/openssl/include for host build Change-Id: I65907c5fa5736c0587567b0d6b4cfb2ce155472e
diff --git a/dedupe/Android.mk b/dedupe/Android.mk index 03c5de3..6696c49 100644 --- a/dedupe/Android.mk +++ b/dedupe/Android.mk
@@ -7,6 +7,7 @@ LOCAL_MODULE_TAGS := eng LOCAL_MODULE := dedupe LOCAL_STATIC_LIBRARIES := libcrypto_static +LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../../external/openssl/include include $(BUILD_HOST_EXECUTABLE) include $(CLEAR_VARS)