commit | 5a74561a2b3d7d58a3e0034629b2eee277dfae20 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Aug 24 01:22:37 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Aug 24 01:22:37 2024 +0000 |
tree | 49a9ae41c22b32f77fc73a0e76d11f890b170d13 | |
parent | 716acde0fa2cd40a587ac88657c1ab48697e4a48 [diff] | |
parent | fce22a44c7089d5ada4eaf0133a5f86e71021590 [diff] |
Merge "binder: avoid vector<const T>" into main
diff --git a/libs/binder/trusty/include/binder/RpcServerTrusty.h b/libs/binder/trusty/include/binder/RpcServerTrusty.h index fe44ea5..583ad01 100644 --- a/libs/binder/trusty/include/binder/RpcServerTrusty.h +++ b/libs/binder/trusty/include/binder/RpcServerTrusty.h
@@ -42,7 +42,7 @@ // equivalent. struct PortAcl { uint32_t flags; - std::vector<const uuid> uuids; + std::vector<uuid> uuids; const void* extraData; };