diff options
author | Tao Bao <tbao@google.com> | 2016-06-01 02:19:34 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-06-01 02:19:34 +0200 |
commit | d8a518d711f6958c04c28e4ee767121c201f2d9a (patch) | |
tree | 5a72c44e196d110faa67a127da1364f89a43b612 /applypatch/Android.mk | |
parent | Merge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc (diff) | |
parent | Merge "Revert "imgdiff: Generate statically linked imgdiff."" (diff) | |
download | android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar.gz android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar.bz2 android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar.lz android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar.xz android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.tar.zst android_bootable_recovery-d8a518d711f6958c04c28e4ee767121c201f2d9a.zip |
Diffstat (limited to '')
-rw-r--r-- | applypatch/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk index 7b46c5937..a15ac0280 100644 --- a/applypatch/Android.mk +++ b/applypatch/Android.mk @@ -97,6 +97,5 @@ LOCAL_STATIC_LIBRARIES += \ libdivsufsort64 \ libdivsufsort \ libz -LOCAL_NO_FPIE := true -LOCAL_LDFLAGS := -static +LOCAL_FORCE_STATIC_EXECUTABLE := true include $(BUILD_HOST_EXECUTABLE) |