diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-17 22:00:01 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-17 22:06:12 +0200 |
commit | 43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f (patch) | |
tree | 58d02c17fb5487c361244a69a8a9850337638f2d /Android.mk | |
parent | Move to shared libmincrypt (diff) | |
download | android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.gz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.bz2 android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.lz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.xz android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.tar.zst android_bootable_recovery-43d8b0077072ff4ef5ffa07be5dcbf7a73fe499f.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 304e60727..caa6b09ed 100644 --- a/Android.mk +++ b/Android.mk @@ -66,14 +66,14 @@ LOCAL_STATIC_LIBRARIES := LOCAL_SHARED_LIBRARIES := LOCAL_STATIC_LIBRARIES += libmtdutils -LOCAL_STATIC_LIBRARIES += libext4_utils libminadbd libminzip libunz +LOCAL_STATIC_LIBRARIES += libminadbd libminzip libunz LOCAL_STATIC_LIBRARIES += libminuitwrp libpixelflinger_static libpng libjpegtwrp libgui -LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libmincrypt +LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libmincrypt libext4_utils ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) LOCAL_CFLAGS += -DUSE_EXT4 LOCAL_C_INCLUDES += system/extras/ext4_utils - LOCAL_STATIC_LIBRARIES += libext4_utils + #LOCAL_STATIC_LIBRARIES += libext4_utils endif ifeq ($(HAVE_SELINUX), true) |