commit | bb24eea09c141bc3213f78f1c9029b8dcebdf814 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Sep 17 18:21:56 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Sep 20 15:45:28 2021 -0700 |
tree | 7e3951fcbdb415e2bf2eec4ed2a0617a6edd3649 | |
parent | 22a54f6a5fbbc38292b919b9483011071745ed8c [diff] [blame] |
binder: RpcCertificateUtils -> RpcTlsUtils. There will be key utils in this file as well. Test: pass Bug: 199344157 Change-Id: I1cc4c14a0663c0e9f0832a3bfad6cc9464a27e2d
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 9bca1f3..91f9615 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -262,7 +262,7 @@ ], srcs: [ "RpcTransportTls.cpp", - "RpcCertificateUtils.cpp", + "RpcTlsUtils.cpp", ], }