summaryrefslogtreecommitdiffstats
path: root/uncrypt/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-10 02:43:06 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-06-10 02:43:07 +0200
commit2cf180f6cc3275592f82a57ab98b72723937e0fb (patch)
tree52c9656a519db81f1e6427025cab4141bb55bf8e /uncrypt/Android.mk
parentMerge "Zero blocks before BLKDISCARD" (diff)
parentSeparate uncrypt into two modes (diff)
downloadandroid_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar.gz
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar.bz2
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar.lz
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar.xz
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.tar.zst
android_bootable_recovery-2cf180f6cc3275592f82a57ab98b72723937e0fb.zip
Diffstat (limited to 'uncrypt/Android.mk')
-rw-r--r--uncrypt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/Android.mk b/uncrypt/Android.mk
index 6859e75e4..e73c8f1b6 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -22,6 +22,6 @@ LOCAL_SRC_FILES := uncrypt.cpp
LOCAL_MODULE := uncrypt
-LOCAL_STATIC_LIBRARIES := libfs_mgr liblog libcutils
+LOCAL_STATIC_LIBRARIES := libbase liblog libfs_mgr libcutils
include $(BUILD_EXECUTABLE)