commit | cbd08a8b95e01991562a66f73a36504713f09347 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon May 03 18:24:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 03 18:24:46 2021 +0000 |
tree | 2476c01078d0204941565ee718e62b196401e82a | |
parent | 6a580e5cbd9b42e55ee192b92310b8b84c006494 [diff] | |
parent | 832f44097791bbb092354c2f35e71b170c668160 [diff] |
Merge "Add unique_fd header to IBinder.h" am: 832f440977 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1684595 Change-Id: I1acbd94abaec205a3eb2f5c1bd66b8a9e164ba37
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>