summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-06-01 02:08:40 +0200
committerTao Bao <tbao@google.com>2016-06-01 02:08:40 +0200
commit16e3861c84619b649ef77b4d2ec03150556a0948 (patch)
tree86276f8fff255a0007334c11e044f59b44fbb899
parentimgdiff: Generate statically linked imgdiff. (diff)
downloadandroid_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar.gz
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar.bz2
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar.lz
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar.xz
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.tar.zst
android_bootable_recovery-16e3861c84619b649ef77b4d2ec03150556a0948.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)