Merge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc

am: a83b798c57

* commit 'a83b798c57e10301bca4486ca42e0cabaee5d188':
  imgdiff: Generate statically linked imgdiff.

Change-Id: Ib51333ea8a0d3d533777198a58ea987af31ebed4
This commit is contained in:
Tao Bao
2016-05-31 22:54:09 +00:00
committed by android-build-merger
+2 -1
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)