am 55494fb3: Merge "Switch libnativebridge to clang"

* commit '55494fb32da5d35b5e93266633b4b14f27011f71':
  Switch libnativebridge to clang
This commit is contained in:
Calin Juravle 2014-08-18 10:11:49 +00:00 committed by Android Git Automerger
commit 583fab69ae

View file

@ -10,6 +10,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= libnativebridge
LOCAL_SRC_FILES:= $(NATIVE_BRIDGE_COMMON_SRC_FILES)
LOCAL_CLANG := true
LOCAL_CPP_EXTENSION := .cc
LOCAL_CFLAGS := -Werror
LOCAL_CPPFLAGS := -std=gnu++11
@ -25,6 +26,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= libnativebridge
LOCAL_SRC_FILES:= $(NATIVE_BRIDGE_COMMON_SRC_FILES)
LOCAL_CLANG := true
LOCAL_CPP_EXTENSION := .cc
LOCAL_CFLAGS := -Werror
LOCAL_CPPFLAGS := -std=gnu++11