summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-24 01:22:37 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-08-24 01:22:37 +0000
commit5a74561a2b3d7d58a3e0034629b2eee277dfae20 (patch)
tree49a9ae41c22b32f77fc73a0e76d11f890b170d13
parent716acde0fa2cd40a587ac88657c1ab48697e4a48 (diff)
parentfce22a44c7089d5ada4eaf0133a5f86e71021590 (diff)
Merge "binder: avoid vector<const T>" into main
-rw-r--r--libs/binder/trusty/include/binder/RpcServerTrusty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/trusty/include/binder/RpcServerTrusty.h b/libs/binder/trusty/include/binder/RpcServerTrusty.h
index fe44ea5e28..583ad015e1 100644
--- a/libs/binder/trusty/include/binder/RpcServerTrusty.h
+++ b/libs/binder/trusty/include/binder/RpcServerTrusty.h
@@ -42,7 +42,7 @@ public:
// equivalent.
struct PortAcl {
uint32_t flags;
- std::vector<const uuid> uuids;
+ std::vector<uuid> uuids;
const void* extraData;
};