diff options
author | 2024-06-05 21:18:24 +0000 | |
---|---|---|
committer | 2024-06-05 21:18:24 +0000 | |
commit | d3642b2140b7930a1d0458e429b769ed28e1ca7f (patch) | |
tree | 224cb9284fbefeb80e91e54d10ac7c2cf4e8cd0f | |
parent | ce57cf2d9a6545f749bcbb96f7749307b598c1b5 (diff) | |
parent | 1ef8790cfa868af217ff3cc2e68049423fcf4a05 (diff) |
Merge "Use the global default cpp_std." into main am: efdac8dd2c am: 1ef8790cfa
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3115081
Change-Id: Ie9def6f5326c48013dd260070801d11ee6af037f
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_.*", |