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

Commit 91b2b86f authored by David Anderson's avatar David Anderson Committed by android-build-merger
Browse files

Merge "Allow C++17 in fastboot." am: 088d18e6

am: 07ffa5b1

Change-Id: I97441609e94d4fd50ead6b8c2926ea3f7c51e143
parents b5c6e410 07ffa5b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ LOCAL_MODULE_HOST_OS := darwin linux windows

LOCAL_CFLAGS := $(fastboot_cflags)
LOCAL_CFLAGS_darwin := $(fastboot_cflags_darwin)
LOCAL_CPP_STD := c++17
LOCAL_CXX_STL := $(fastboot_stl)
LOCAL_HEADER_LIBRARIES := bootimg_headers
LOCAL_LDLIBS_darwin := $(fastboot_ldlibs_darwin)