summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-06-01 02:19:34 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-06-01 02:19:34 +0200
commitd8a518d711f6958c04c28e4ee767121c201f2d9a (patch)
tree5a72c44e196d110faa67a127da1364f89a43b612
parentMerge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc (diff)
parentMerge "Revert "imgdiff: Generate statically linked imgdiff."" (diff)
downloadandroid_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
-rw-r--r--applypatch/Android.mk3
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)