diff options
author | 2024-06-05 21:00:58 +0000 | |
---|---|---|
committer | 2024-06-05 21:00:58 +0000 | |
commit | 1ef8790cfa868af217ff3cc2e68049423fcf4a05 (patch) | |
tree | 533b3eaef8ff031cd547aaac121ce1a33fbcaef4 | |
parent | 7bf477d0b749cc8a844811f35336f50248e12016 (diff) | |
parent | efdac8dd2c1c0ff4ed6ac6c2ff168d3e5a4c8333 (diff) |
Merge "Use the global default cpp_std." into main am: efdac8dd2c
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3115081
Change-Id: I55e154b3556611c338944abc0ee6b8bf3936fa00
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | libs/binder/rust/tests/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/rust/tests/Android.bp b/libs/binder/rust/tests/Android.bp index 2d1175be75..f5b00718ee 100644 --- a/libs/binder/rust/tests/Android.bp +++ b/libs/binder/rust/tests/Android.bp @@ -114,7 +114,6 @@ rust_bindgen { 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_.*", |