Merge "Ignore benign clang/llvm warnings."

This commit is contained in:
Chih-Hung Hsieh
2015-03-05 19:46:18 +00:00
committed by Android (Google) Code Review

View File

@@ -1,6 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CLANG_CFLAGS += -Wno-error=c++11-narrowing
LOCAL_SRC_FILES := \
src/WVDrmPlugin.cpp \
src/WVGenericCryptoInterface.cpp \