summaryrefslogtreecommitdiffstats
path: root/crypto/cryptfs
diff options
context:
space:
mode:
authorOliverG96 <oliverarafo@gmail.com>2013-12-06 01:10:56 +0100
committerDees Troy <dees_troy@teamw.in>2013-12-19 18:08:31 +0100
commit06b91e7965bc3451ecc27886efc3df4c35f197f4 (patch)
treee4e42d7336c5fe8b28037c2a72cb0fac731044ae /crypto/cryptfs
parentadd support for fsflags= option in twrp.fstab file (diff)
downloadandroid_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar.gz
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar.bz2
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar.lz
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar.xz
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.tar.zst
android_bootable_recovery-06b91e7965bc3451ecc27886efc3df4c35f197f4.zip
Diffstat (limited to 'crypto/cryptfs')
-rw-r--r--crypto/cryptfs/Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/cryptfs/Android.mk b/crypto/cryptfs/Android.mk
index 62713fed7..f0388c228 100644
--- a/crypto/cryptfs/Android.mk
+++ b/crypto/cryptfs/Android.mk
@@ -40,9 +40,9 @@ LOCAL_SHARED_LIBRARIES += libcrypto
LOCAL_LDFLAGS += -ldl
LOCAL_STATIC_LIBRARIES += libmtdutils
-LOCAL_STATIC_LIBRARIES += libminadbd libminzip libunz
-LOCAL_STATIC_LIBRARIES += libminuitwrp libpixelflinger_static libpng libjpegtwrp libgui
-LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libmincrypt libext4_utils
+LOCAL_STATIC_LIBRARIES += libminzip libunz
+LOCAL_STATIC_LIBRARIES += libpixelflinger_static libpng libmincrypttwrp
+LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libext4_utils
LOCAL_STATIC_LIBRARIES += libcrypt_samsung
@@ -51,4 +51,4 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB)
LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities
include $(BUILD_EXECUTABLE)
-endif \ No newline at end of file
+endif