Cleanup Obsolete LOCAL_PRELINK_MODULE

Addresses-Google-Bug: #18675947

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Ying Wang 2014-12-16 12:31:57 -08:00 committed by Theodore Ts'o
parent 4ccb2366d8
commit d8d67ec7d9
6 changed files with 0 additions and 6 deletions

View File

@ -45,7 +45,6 @@ LOCAL_SRC_FILES := $(libext2_blkid_src_files)
LOCAL_STATIC_LIBRARIES := $(libext2_blkid_static_libraries) $(libext2_blkid_system_static_libraries)
LOCAL_C_INCLUDES := $(libext2_blkid_c_includes)
LOCAL_CFLAGS := $(libext2_blkid_cflags) $(libext2_blkid_cflags_linux) -fno-strict-aliasing
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libext2_blkid
LOCAL_MODULE_TAGS := optional

View File

@ -47,7 +47,6 @@ LOCAL_SRC_FILES := $(libext2_e2p_src_files)
LOCAL_C_INCLUDES := $(libext2_e2p_c_includes)
LOCAL_CFLAGS := $(libext2_e2p_cflags)
LOCAL_STATIC_LIBRARIES := $(libext2_e2p_system_static_libraries)
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libext2_e2p
LOCAL_MODULE_TAGS := optional

View File

@ -32,7 +32,6 @@ LOCAL_CFLAGS := $(libext2_com_err_cflags)
LOCAL_STATIC_LIBRARIES := libc
LOCAL_MODULE := libext2_com_err
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
include $(BUILD_STATIC_LIBRARY)

View File

@ -122,7 +122,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

View File

@ -45,7 +45,6 @@ LOCAL_CFLAGS := $(libext2_ss_cflags)
LOCAL_STATIC_LIBRARIES := libc
LOCAL_MODULE := libext2_ss
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
include $(BUILD_STATIC_LIBRARY)

View File

@ -39,7 +39,6 @@ LOCAL_SRC_FILES := $(libext2_quota_src_files)
LOCAL_C_INCLUDES := $(libext2_quota_c_includes)
LOCAL_CFLAGS := $(libext2_quota_cflags)
LOCAL_STATIC_LIBRARIES := libc $(libext2_quota_static_libraries)
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libext2_quota
LOCAL_MODULE_TAGS := optional