Merge "imgdiff: Generate statically linked imgdiff."

This commit is contained in:
Tao Bao
2016-05-31 22:42:12 +00:00
committed by Gerrit Code Review

View File

@@ -97,5 +97,6 @@ LOCAL_STATIC_LIBRARIES += \
libdivsufsort64 \ libdivsufsort64 \
libdivsufsort \ libdivsufsort \
libz libz
LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_NO_FPIE := true
LOCAL_LDFLAGS := -static
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)