Files
build_soong/rust
Ivan Lozano 0a2a115457 rust: Add cflag checks against -xc++ and -std.
If -x c++ is passed through a modules cflags, it will be overridden by a
-x c and -std flag added by the build system if the extension is not
.hpp/.hh and cpp_std is not set. This leads to confusing behavior.

Instead, add a helpful error message to guide developers towards the
correct way to specify when a header is  a C++ header and which std
version should be used.

Bug: 171011490
Test: m nothing
Change-Id: I7e7cba504798d47ce1c753ba8699d7475a95095b
2020-10-16 10:52:46 -04:00
..
2020-08-31 14:05:39 -04:00
2020-10-02 12:31:23 -04:00
2020-08-13 15:58:09 +02:00
2020-10-02 12:31:23 -04:00
2020-08-25 15:27:15 -07:00
2020-06-26 09:23:47 +02:00
2020-08-31 14:05:39 -04:00
2020-08-28 10:50:17 +02:00
2020-09-28 13:26:05 -04:00