diff options
author | Ying Wang <wangying@google.com> | 2014-12-16 12:43:40 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-12-16 12:45:49 -0800 |
commit | 34db51cdd7633983169d5b538f2ae2931f670b86 (patch) | |
tree | ef3093fd013b6ab7c45abc7aa2de74c3c0198fd9 /media/mca | |
parent | b32a33cec1bf54ba3fc243c1fbab59a98506c0ef (diff) |
Cleanup Obsolete LOCAL_PRELINK_MODULE.
Bug: 18675947
Change-Id: If4909c5f8495136d381b289a3d55e811313abccc
Diffstat (limited to 'media/mca')
-rw-r--r-- | media/mca/filterfw/Android.mk | 6 | ||||
-rw-r--r-- | media/mca/filterfw/jni/Android.mk | 7 | ||||
-rw-r--r-- | media/mca/filterpacks/Android.mk | 2 |
3 files changed, 0 insertions, 15 deletions
diff --git a/media/mca/filterfw/Android.mk b/media/mca/filterfw/Android.mk index a63d635a3926..334f4e215d96 100644 --- a/media/mca/filterfw/Android.mk +++ b/media/mca/filterfw/Android.mk @@ -43,10 +43,4 @@ LOCAL_SHARED_LIBRARIES := \ libjnigraphics \ libmedia -# Don't prelink this library. For more efficient code, you may want -# to add this library to the prelink map and set this to true. However, -# it's difficult to do this for applications that are not supplied as -# part of a system image. -LOCAL_PRELINK_MODULE := false - include $(BUILD_SHARED_LIBRARY) diff --git a/media/mca/filterfw/jni/Android.mk b/media/mca/filterfw/jni/Android.mk index 4ae32acc7891..cba4e7e836f8 100644 --- a/media/mca/filterfw/jni/Android.mk +++ b/media/mca/filterfw/jni/Android.mk @@ -41,13 +41,6 @@ LOCAL_C_INCLUDES += \ $(JNI_H_INCLUDE) \ $(LOCAL_PATH)/.. -# Don't prelink this library. For more efficient code, you may want -# to add this library to the prelink map and set this to true. However, -# it's difficult to do this for applications that are not supplied as -# part of a system image. -LOCAL_PRELINK_MODULE := false - LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter include $(BUILD_STATIC_LIBRARY) - diff --git a/media/mca/filterpacks/Android.mk b/media/mca/filterpacks/Android.mk index 7e8661fd213b..0ff76581c466 100644 --- a/media/mca/filterpacks/Android.mk +++ b/media/mca/filterpacks/Android.mk @@ -48,8 +48,6 @@ LOCAL_SRC_FILES += native/imageproc/brightness.c \ LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw -LOCAL_PRELINK_MODULE := false - LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code include $(BUILD_SHARED_LIBRARY) |