summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-05-04 02:06:38 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-04 02:06:38 +0200
commitbfca876038d4100ed484420bcbd1124e2ac7ee82 (patch)
treede0b11a1ec4831e2c02eadb67bf58460964cf232 /Android.mk
parentMerge "Remove EXPAND/STRINGIFY macros." am: b00c66faf7 am: 3642b99073 (diff)
parentMerge "fuse_sideload: Change the minimal block size to 4096." am: 4e8e56eaea (diff)
downloadandroid_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar.gz
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar.bz2
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar.lz
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar.xz
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.tar.zst
android_bootable_recovery-bfca876038d4100ed484420bcbd1124e2ac7ee82.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5ce5cd7dc..fbb0c665d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,7 +25,9 @@ LOCAL_SRC_FILES := fuse_sideload.cpp
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
LOCAL_MODULE := libfusesideload
-LOCAL_STATIC_LIBRARIES := libcrypto
+LOCAL_STATIC_LIBRARIES := \
+ libcrypto \
+ libbase
include $(BUILD_STATIC_LIBRARY)
# libmounts (static library)