summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-06-19 21:51:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-19 20:37:59 +0000
commit188fdd1c0f71a19d1b4656eb3ad8a19eff60af40 (patch)
treee0f1382004c223fbc5af8ad57f691aeb4427f900 /fastboot
parenta3098b9ada4f9464ae1870117ae4afa17d1e360e (diff)
parent436abebf8c7df9e528e534b3c8dab955449c055b (diff)
downloadsystem_core-188fdd1c0f71a19d1b4656eb3ad8a19eff60af40.zip
system_core-188fdd1c0f71a19d1b4656eb3ad8a19eff60af40.tar.gz
system_core-188fdd1c0f71a19d1b4656eb3ad8a19eff60af40.tar.bz2
Merge "fastboot: Allow searching for needed dynamic libs in '.' (F2FS)"
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index 7c4a31f..252db6c 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -66,7 +66,7 @@ endif # HOST_OS != windows
ifeq ($(HOST_OS),linux)
# libf2fs_dlutils_host will dlopen("libf2fs_fmt_host_dyn")
LOCAL_CFLAGS += -DUSE_F2FS
-LOCAL_LDFLAGS += -ldl -rdynamic
+LOCAL_LDFLAGS += -ldl -rdynamic -Wl,-rpath,.
LOCAL_REQUIRED_MODULES := libf2fs_fmt_host_dyn
# The following libf2fs_* are from system/extras/f2fs_utils,
# and do not use code in external/f2fs-tools.