OSDN Git Service

Revert "external/e2fsprogs: remove LOCAL_PRELINK_MODULE"
authorJean-Baptiste Queru <jbq@google.com>
Sat, 7 May 2011 00:53:55 +0000 (17:53 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Sat, 7 May 2011 00:53:55 +0000 (17:53 -0700)
This reverts commit 89a994149ee53292ea7d9557f20d3828dc4aad3d.

e2fsck/Android.mk
lib/blkid/Android.mk
lib/e2p/Android.mk
lib/et/Android.mk
lib/ext2fs/Android.mk
lib/uuid/Android.mk

index abb9d83..39a9d25 100644 (file)
@@ -46,7 +46,7 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := $(libext2_profile_system_shared_libraries)
 LOCAL_SHARED_LIBRARIES := $(libext2_profile_shared_libraries)
 LOCAL_C_INCLUDES := $(libext2_profile_c_includes)
 LOCAL_CFLAGS := $(libext2_profile_cflags)
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_profile
 LOCAL_MODULE_TAGS := optional
 
@@ -58,7 +58,7 @@ LOCAL_SRC_FILES := $(libext2_profile_src_files)
 LOCAL_SHARED_LIBRARIES := $(libext2_profile_shared_libraries)
 LOCAL_C_INCLUDES := $(libext2_profile_c_includes)
 LOCAL_CFLAGS := $(libext2_profile_cflags)
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_profile_host
 LOCAL_MODULE_STEM := libext2_profile
 LOCAL_MODULE_TAGS := optional
index 1a3649c..4cbd4e2 100644 (file)
@@ -55,7 +55,7 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := $(libext2_blkid_system_shared_libraries)
 LOCAL_SHARED_LIBRARIES := $(libext2_blkid_shared_libraries)
 LOCAL_C_INCLUDES := $(libext2_blkid_c_includes)
 LOCAL_CFLAGS := $(libext2_blkid_cflags) $(libext2_blkid_cflags_linux)
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_blkid
 LOCAL_MODULE_TAGS := optional
 
@@ -71,7 +71,7 @@ LOCAL_CFLAGS := $(libext2_blkid_cflags) $(libext2_blkid_cflags_linux)
 else
 LOCAL_CFLAGS := $(libext2_blkid_cflags)
 endif
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_blkid_host
 LOCAL_MODULE_STEM := libext2_blkid
 LOCAL_MODULE_TAGS := optional
index 436c206..e8b0211 100644 (file)
@@ -57,7 +57,7 @@ LOCAL_SRC_FILES := $(libext2_e2p_src_files)
 LOCAL_C_INCLUDES := $(libext2_e2p_c_includes)
 LOCAL_CFLAGS := $(libext2_e2p_cflags)
 LOCAL_SYSTEM_SHARED_LIBRARIES := $(libext2_e2p_system_shared_libraries)
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_e2p
 LOCAL_MODULE_TAGS := optional
 
@@ -68,7 +68,7 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(libext2_e2p_src_files)
 LOCAL_C_INCLUDES := $(libext2_e2p_c_includes)
 LOCAL_CFLAGS := $(libext2_e2p_cflags)
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2_e2p_host
 LOCAL_MODULE_STEM := libext2_e2p
 LOCAL_MODULE_TAGS := optional
index 4f607c7..8e442f0 100644 (file)
@@ -46,7 +46,7 @@ LOCAL_CFLAGS := $(libext2_com_err_cflags) $(libext2_com_err_cflags_linux)
 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
 LOCAL_MODULE := libext2_com_err
 LOCAL_MODULE_TAGS := optional
-
+LOCAL_PRELINK_MODULE := false
 
 include $(BUILD_SHARED_LIBRARY)
 
@@ -62,6 +62,6 @@ endif
 LOCAL_MODULE := libext2_com_err_host
 LOCAL_MODULE_STEM := libext2_com_err
 LOCAL_MODULE_TAGS := optional
-
+LOCAL_PRELINK_MODULE := false
 
 include $(BUILD_HOST_SHARED_LIBRARY)
index 05ccf90..6ce9f98 100644 (file)
@@ -107,7 +107,7 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := $(libext2fs_system_shared_libraries)
 LOCAL_SHARED_LIBRARIES := $(libext2fs_shared_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
 
@@ -123,7 +123,7 @@ LOCAL_CFLAGS := $(libext2fs_cflags) $(libext2fs_cflags_linux)
 else
 LOCAL_CFLAGS := $(libext2fs_cflags)
 endif
-
+LOCAL_PRELINK_MODULE := false
 LOCAL_MODULE := libext2fs_host
 LOCAL_MODULE_STEM := libext2fs
 LOCAL_MODULE_TAGS := optional
index 8f9bc18..7701514 100644 (file)
@@ -51,7 +51,7 @@ LOCAL_CFLAGS := $(libext2_uuid_cflags)
 LOCAL_SYSTEM_SHARED_LIBRARIES := $(libext2_uuid_system_shared_libraries)
 LOCAL_MODULE := libext2_uuid
 LOCAL_MODULE_TAGS := optional
-
+LOCAL_PRELINK_MODULE := false
 
 include $(BUILD_SHARED_LIBRARY)
 
@@ -63,6 +63,6 @@ LOCAL_CFLAGS := $(libext2_uuid_cflags)
 LOCAL_MODULE := libext2_uuid_host
 LOCAL_MODULE_STEM := libext2_uuid
 LOCAL_MODULE_TAGS := optional
-
+LOCAL_PRELINK_MODULE := false
 
 include $(BUILD_HOST_SHARED_LIBRARY)