Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."

This commit is contained in:
Ying Wang 2014-12-16 20:47:55 +00:00 committed by Gerrit Code Review
commit b8f9b7428a

View file

@ -6,7 +6,6 @@ LOCAL_SRC_FILES:= compress.c utils.c
LOCAL_MODULE := libtinycompress
LOCAL_SHARED_LIBRARIES:= libcutils libutils
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)