add missing include directory

Should have been in change Id98e0870 (though it builds on my machine
even without this...)
This commit is contained in:
Doug Zongker 2009-09-25 16:57:31 -07:00
parent 2bd8abc7c6
commit 7f116185cc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ LOCAL_SRC_FILES := imgdiff.c utils.c bsdiff.c
LOCAL_MODULE := imgdiff
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := eng
LOCAL_C_INCLUDES += external/zlib
LOCAL_C_INCLUDES += external/zlib external/bzip2
LOCAL_STATIC_LIBRARIES += libz libbz
include $(BUILD_HOST_EXECUTABLE)