diff options
| author | 2018-08-08 18:14:49 +0000 | |
|---|---|---|
| committer | 2018-08-08 18:14:49 +0000 | |
| commit | c4c8ab53a88df1caddc2ef29ec88b4129ff7390b (patch) | |
| tree | 0f1a6c5eac93b63cc3925f14932e7b8e42ea41e2 | |
| parent | bbf967d271ff9e58620168bd802c1adc316fd86c (diff) | |
| parent | 00c5fde7bb8c2b2f419d2fb4499af94de9ab40c2 (diff) | |
Merge "Merge "HwBinder: IWYU IPCThreadState" am: 8f99093583 am: 272c444496 am: 55ffb42656 am: 9fcf5fdc62"
| -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> |