commit | 832f44097791bbb092354c2f35e71b170c668160 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon May 03 18:08:02 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 03 18:08:02 2021 +0000 |
tree | 2476c01078d0204941565ee718e62b196401e82a | |
parent | e63362fae232160591adf7313e243750d994fd38 [diff] | |
parent | b1d573d724f956e65cc75419cce082a5cb4ac017 [diff] |
Merge "Add unique_fd header to IBinder.h"
diff --git a/libs/binder/include/binder/IBinder.h b/libs/binder/include/binder/IBinder.h index 52f221d..97c826c 100644 --- a/libs/binder/include/binder/IBinder.h +++ b/libs/binder/include/binder/IBinder.h
@@ -16,6 +16,7 @@ #pragma once +#include <android-base/unique_fd.h> #include <utils/Errors.h> #include <utils/RefBase.h> #include <utils/String16.h>