diff options
| author | 2018-08-08 10:44:23 -0700 | |
|---|---|---|
| committer | 2018-08-08 10:44:23 -0700 | |
| commit | 55ffb426565e20f2693b07920b36e66d3d373f97 (patch) | |
| tree | f3aa0ab67d5a36b77b34222e1febd8be7248cd07 | |
| parent | 31a9cc6fba9635265ed81d7d75385f8630fc7d11 (diff) | |
| parent | 272c44449607ae1cb35c0c3145732ca59c5dbbe1 (diff) | |
Merge "HwBinder: IWYU IPCThreadState" am: 8f99093583
am: 272c444496
Change-Id: Ibf37f8016082774b80ef009490eadd4962732d43
| -rw-r--r-- | core/jni/android_os_HwBinder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/android_os_HwBinder.cpp b/core/jni/android_os_HwBinder.cpp index 08d952791ef6..163b86b29030 100644 --- a/core/jni/android_os_HwBinder.cpp +++ b/core/jni/android_os_HwBinder.cpp @@ -33,6 +33,7 @@ #include <hidl/ServiceManagement.h> #include <hidl/Status.h> #include <hidl/HidlTransportSupport.h> +#include <hwbinder/IPCThreadState.h> #include <hwbinder/ProcessState.h> #include <nativehelper/ScopedLocalRef.h> #include <nativehelper/ScopedUtfChars.h> |