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

Commit 49f713a5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Rely on the platform -std default.

Bug: http://b/32019064
Test: builds
Change-Id: I535e2fb041cf11c3c4eeaf3367c54072e9208ebe
parent a4c863fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ LOCAL_SRC_FILES := \

LOCAL_MODULE := libcpustats

LOCAL_CFLAGS := -std=gnu++11 -Werror -Wall
LOCAL_CFLAGS := -Werror -Wall

include $(BUILD_STATIC_LIBRARY)