summaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-17 16:36:46 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-17 16:36:46 +0100
commit03ea978f63ee8045f100687f23bc78749d66528a (patch)
treec943fd9c13b09b8a7b4f125a63b153d0098db41f /mtdutils
parentThanks to _that, return null if vector is empty (diff)
downloadandroid_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar.gz
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar.bz2
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar.lz
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar.xz
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.tar.zst
android_bootable_recovery-03ea978f63ee8045f100687f23bc78749d66528a.zip
Diffstat (limited to 'mtdutils')
-rw-r--r--mtdutils/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index cdde25f31..2a380ae3d 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -30,7 +30,7 @@ LOCAL_CFLAGS += -DRK3X
endif
LOCAL_MODULE := libmtdutils
-LOCAL_STATIC_LIBRARIES := libcutils libc
+LOCAL_SHARED_LIBRARIES := libcutils libc
include $(BUILD_SHARED_LIBRARY)
@@ -52,8 +52,7 @@ LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities
LOCAL_UNSTRIPPED_PATH := $(PRODUCT_OUT)/symbols/utilities
LOCAL_MODULE_STEM := bml_over_mtd
LOCAL_C_INCLUDES += $(commands_recovery_local_path)/mtdutils
-LOCAL_STATIC_LIBRARIES := libmtdutils
-LOCAL_SHARED_LIBRARIES := libcutils liblog libc
+LOCAL_SHARED_LIBRARIES := libmtdutils libcutils liblog libc
include $(BUILD_EXECUTABLE)
endif