Allow C++17 in fastboot.
Bug: N/A Test: fastboot builds Change-Id: Ife120dbe4f45e8aa83225978ea9d5e88bbb58b9e
This commit is contained in:
parent
3b984c7efe
commit
3195e6edc3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue