diff options
| author | 2022-03-16 23:03:08 +0000 | |
|---|---|---|
| committer | 2022-03-16 23:03:08 +0000 | |
| commit | 4fe07911ea6b870ea31e39c8efd7e26fd45f3662 (patch) | |
| tree | 8119cb87660d2b5dac16e3be55bdab064617d0d3 /libs/binder/ProcessState.cpp | |
| parent | 50861777d5fb968fdc2087b8151017ab02823497 (diff) | |
| parent | 8028ff4e3bd3923c4d8e5cba6638d3fccfad5b45 (diff) | |
Merge "Revert "Revert "libbinder: Replace deprecated utils/threads.h header"""
Diffstat (limited to 'libs/binder/ProcessState.cpp')
| -rw-r--r-- | libs/binder/ProcessState.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index b14a838447..4a01d8176d 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -25,9 +25,10 @@ #include <binder/IServiceManager.h> #include <binder/Stability.h> #include <cutils/atomic.h> +#include <utils/AndroidThreads.h> #include <utils/Log.h> #include <utils/String8.h> -#include <utils/threads.h> +#include <utils/Thread.h> #include "Static.h" #include "binder_module.h" |