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

Commit 88e1b497 authored by Marie Janssen's avatar Marie Janssen Committed by Andre Eisenbach
Browse files

osi: Don't use -std=c99 to compile

Using -std=c99 to compile breaks when we are using C++ files, which
metrics uses for protobufs.

Bug: 27077250
Change-Id: Ie94e3ea5d8b219671329108e7795cdc02ecc38b4
parent 77fb6be5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -77,9 +77,7 @@ btosiCommonIncludes := \
    $(LOCAL_PATH)/../utils/include \
    $(LOCAL_PATH)/../stack/include $(bdroid_C_INCLUDES)

btosiCommonCFlags := -std=c99 -Wall -Werror -UNDEBUG -fvisibility=hidden \
    $(bdroid_CFLAGS)

btosiCommonCFlags := -Wall -Werror -UNDEBUG -fvisibility=hidden $(bdroid_CFLAGS)

# protobuf library for bluetooth
# ========================================================