Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 585fc42d authored by Calin Juravle's avatar Calin Juravle Committed by Android Git Automerger
Browse files

am 935708be: Switch libnativebridge to clang

* commit '935708be':
  Switch libnativebridge to clang
parents 4c846321 935708be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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