diff options
| author | 2018-08-08 10:30:24 -0700 | |
|---|---|---|
| committer | 2018-08-08 10:30:24 -0700 | |
| commit | 272c44449607ae1cb35c0c3145732ca59c5dbbe1 (patch) | |
| tree | b7fb564b665930faacf9fcfb548a9ea5f8918943 | |
| parent | 4464c9d05b650dc3af5ce1805f8406755972425c (diff) | |
| parent | 8f99093583be9e7f6eecd7b943cf415f0bea37ac (diff) | |
Merge "HwBinder: IWYU IPCThreadState"
am: 8f99093583
Change-Id: Ic443c3ee7a30da6931176957492af87d5f40da92
| -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> |