summaryrefslogtreecommitdiffstats
path: root/mtdutils/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-06-16 00:50:01 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-06-16 00:50:01 +0200
commit26474639b93d1fca3fcd2011f13f0a30bec4001e (patch)
tree25c216043ca6b791307fc2bab04b030dbb351d6c /mtdutils/Android.mk
parentMerge \\\\"Add bootloader_message_ab struct.\\\\" am: 59f04b9982 am: f57d7f02c9 am: 2fc7cd69fd (diff)
parentresolve merge conflicts of 179c0d8 to stage-aosp-master am: 274d17dc0f (diff)
downloadandroid_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar.gz
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar.bz2
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar.lz
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar.xz
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.tar.zst
android_bootable_recovery-26474639b93d1fca3fcd2011f13f0a30bec4001e.zip
Diffstat (limited to 'mtdutils/Android.mk')
-rw-r--r--mtdutils/Android.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
deleted file mode 100644
index b7d35c27a..000000000
--- a/mtdutils/Android.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
- mtdutils.c \
- mounts.c
-
-LOCAL_MODULE := libmtdutils
-LOCAL_CLANG := true
-
-include $(BUILD_STATIC_LIBRARY)
-
-include $(CLEAR_VARS)
-LOCAL_CLANG := true
-LOCAL_SRC_FILES := flash_image.c
-LOCAL_MODULE := flash_image
-LOCAL_MODULE_TAGS := eng
-LOCAL_STATIC_LIBRARIES := libmtdutils
-LOCAL_SHARED_LIBRARIES := libcutils liblog libc
-include $(BUILD_EXECUTABLE)