dedupe: include external/openssl/include for host build

Change-Id: I65907c5fa5736c0587567b0d6b4cfb2ce155472e
This commit is contained in:
codeworkx 2011-07-12 14:49:39 -07:00
parent 32ac1666e2
commit 70f25bead8

View File

@ -7,6 +7,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
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)