imgdiff: Generate statically linked imgdiff.

Bug: 28941046
Change-Id: If3019d8cff91fd4f6fa4516bef5a0f51c2ddebc7
This commit is contained in:
Tao Bao
2016-05-30 21:53:11 -07:00
parent 3788001b2c
commit b4422bd769

View File

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