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

am: f90090d429

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

Change-Id: I38e6ba8e896d7bfe97351673a1f5e5da1ff4708f
This commit is contained in:
Tao Bao
2016-05-31 22:57:04 +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)