commit | 639490b9ec6535cda7f24403237355c941e9fcb2 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Nov 01 13:49:41 2023 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Nov 17 14:35:23 2023 -0800 |
tree | c3554b2f347302ee5ffb08ca0ee84b2fdb6f3db4 | |
parent | 8f33166621a04db00e1c0ec6d67884bc0b7f8849 [diff] [blame] |
Binder unique_fd Test: mma Bug: 302723053 Change-Id: I52f14cadb027b3f854946d5315dce3d23aa21b19
diff --git a/libs/binder/RpcTransportUtils.h b/libs/binder/RpcTransportUtils.h index a0e502e..fcf6675 100644 --- a/libs/binder/RpcTransportUtils.h +++ b/libs/binder/RpcTransportUtils.h
@@ -15,7 +15,7 @@ */ #pragma once -#include <android-base/unique_fd.h> +#include <binder/unique_fd.h> #include <poll.h> #include "FdTrigger.h"