diff options
| author | Steven Moreland <smoreland@google.com> | 2018-08-08 11:12:23 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-08-08 11:12:23 -0700 |
| commit | 00c5fde7bb8c2b2f419d2fb4499af94de9ab40c2 (patch) | |
| tree | 596d844efdf95befa0392230e156f64d9797ca69 /core | |
| parent | b695e4f162cbcafb761b8c3691961f23b72b2b77 (diff) | |
| parent | 9fcf5fdc621af803ba2852741eeb48d5ada1e73d (diff) | |
Merge "HwBinder: IWYU IPCThreadState" am: 8f99093583 am: 272c444496 am: 55ffb42656
am: 9fcf5fdc62
Change-Id: I90f9f07389a5528211f0cf6a66b5516df196cb5c
Diffstat (limited to 'core')
| -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> |
