Merge \\"Disable warning triggered in Clang r271374\\" am: bba87840d3

am: 4643acaa34

Change-Id: Ie8f5bcee02f0235d06f7b0f5b11efd592026fce1
This commit is contained in:
Stephen Hines
2016-07-19 23:52:00 +00:00
committed by android-build-merger

View File

@@ -50,4 +50,8 @@ LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
# Bug: http://b/29823425 Disable constant-conversion warning triggered in
# native/imageproc/to_rgba.c
LOCAL_CFLAGS += -Wno-constant-conversion
include $(BUILD_SHARED_LIBRARY)