summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlemmard <flemmard@gmail.com>2014-03-10 20:18:13 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-06-30 18:50:21 +0200
commit4e2ec811ba1d90ba748ea8b2eda5bbea2897920c (patch)
tree685c2da76cf210d9413c28dfee4638069eb620b4
parentminuitwrp: use a whitelist for the input device instead of a hardcoded ignore list (diff)
downloadandroid_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar.gz
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar.bz2
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar.lz
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar.xz
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.tar.zst
android_bootable_recovery-4e2ec811ba1d90ba748ea8b2eda5bbea2897920c.zip
-rw-r--r--fuse/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/fuse/Android.mk b/fuse/Android.mk
index f65835541..f53142692 100644
--- a/fuse/Android.mk
+++ b/fuse/Android.mk
@@ -64,4 +64,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_LIBRARIES := libfusetwrp
+LOCAL_SHARED_LIBRARIES := \
+ libutils libdl
+
include $(BUILD_EXECUTABLE)