commit | efdac8dd2c1c0ff4ed6ac6c2ff168d3e5a4c8333 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 05 20:57:46 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 05 20:57:46 2024 +0000 |
tree | dbffbde9f393b9eed7060c7d40104d2ad982a627 | |
parent | bc38d44e3ed8c7d8460ea3e61b68d917c3f7f85b [diff] | |
parent | 78414c5d1aa7d822118743fc5d599281cf4c7fdb [diff] |
Merge "Use the global default cpp_std." into main
diff --git a/libs/binder/rust/tests/Android.bp b/libs/binder/rust/tests/Android.bp index 2d1175b..f5b0071 100644 --- a/libs/binder/rust/tests/Android.bp +++ b/libs/binder/rust/tests/Android.bp
@@ -114,7 +114,6 @@ crate_name: "binder_rs_serialization_bindgen", wrapper_src: "serialization.hpp", source_stem: "bindings", - cpp_std: "gnu++17", bindgen_flags: [ "--allowlist-type", "Transaction", "--allowlist-var", "TESTDATA_.*",