summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-06-01 00:57:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-06-01 00:57:04 +0200
commit197e4afea4600599ee18c83428cc25d2ce5fc6ca (patch)
treeef66bbdc3f30b4bfcf348c21541d9e35c8b4700a
parentDisable the meaningless parts of the UI for A/B. (diff)
parentMerge "imgdiff: Generate statically linked imgdiff." am: 680d783ecc (diff)
downloadandroid_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar.gz
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar.bz2
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar.lz
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar.xz
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.tar.zst
android_bootable_recovery-197e4afea4600599ee18c83428cc25d2ce5fc6ca.zip
-rw-r--r--applypatch/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index a15ac0280..7b46c5937 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -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)