aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-12-16 15:17:02 -0800
committerYing Wang <wangying@google.com>2014-12-16 15:17:02 -0800
commit57eacf4105bf8d420c68aa26df2dda3e3c92a9ee (patch)
tree66e9ae7754e0c9bba1e966a764b15a5559f03adf /lib/ext2fs
parentaeb5e73d635c063abe9bcfd9a12450e1c7be038c (diff)
downloadandroid_external_e2fsprogs-57eacf4105bf8d420c68aa26df2dda3e3c92a9ee.tar.gz
android_external_e2fsprogs-57eacf4105bf8d420c68aa26df2dda3e3c92a9ee.tar.bz2
android_external_e2fsprogs-57eacf4105bf8d420c68aa26df2dda3e3c92a9ee.zip
Cleanup Obsolete LOCAL_PRELINK_MODULE.
Bug: 18675947 Change-Id: I7d2db77f410d50bc6feed5f1a79c0bfef88c7cab
Diffstat (limited to 'lib/ext2fs')
-rw-r--r--lib/ext2fs/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ext2fs/Android.mk b/lib/ext2fs/Android.mk
index 11c558fd..467ca7e0 100644
--- a/lib/ext2fs/Android.mk
+++ b/lib/ext2fs/Android.mk
@@ -136,7 +136,6 @@ LOCAL_SRC_FILES := $(libext2fs_src_files)
LOCAL_STATIC_LIBRARIES := $(libext2fs_static_libraries) $(libext2fs_system_static_libraries)
LOCAL_C_INCLUDES := $(libext2fs_c_includes)
LOCAL_CFLAGS := $(libext2fs_cflags) $(libext2fs_cflags_linux)
-LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libext2fs
LOCAL_MODULE_TAGS := optional