aboutsummaryrefslogtreecommitdiffstats
path: root/uncrypt/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-08-26 09:15:08 -0700
committerDoug Zongker <dougz@google.com>2014-08-26 09:22:57 -0700
commitf449db2f30235a0c2fef4bc7bc41776e271a60a0 (patch)
tree394c53ac4748ac92ee74019cf9a0d79e03374cc0 /uncrypt/Android.mk
parent1d5d6098f4a470bc8e56ae8914180041815e6e22 (diff)
downloadbootable_recovery-f449db2f30235a0c2fef4bc7bc41776e271a60a0.zip
bootable_recovery-f449db2f30235a0c2fef4bc7bc41776e271a60a0.tar.gz
bootable_recovery-f449db2f30235a0c2fef4bc7bc41776e271a60a0.tar.bz2
open misc device in write-only mode
Opening the misc block device in read-write mode runs afoul of SELinux, which keeps the wipe code from working. Fix. Also change various things to log to logcat so we can see them happening, for future debugging. Bug: 16715412 Change-Id: Ia14066f0a371cd605fcb544547b58a41acca70b9
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 8d0a737..878d275 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -20,6 +20,6 @@ LOCAL_SRC_FILES := uncrypt.c
LOCAL_MODULE := uncrypt
-LOCAL_STATIC_LIBRARIES := libfs_mgr libcutils
+LOCAL_STATIC_LIBRARIES := libfs_mgr liblog libcutils
include $(BUILD_EXECUTABLE)