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

Commit 583fab69 authored by Calin Juravle's avatar Calin Juravle Committed by Android Git Automerger
Browse files

am 55494fb3: Merge "Switch libnativebridge to clang"

* commit '55494fb3':
  Switch libnativebridge to clang
parents f81da073 55494fb3
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