commit | 924f9500f771a93a7a45bd92bf0d1bd0d8b8e583 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Thu Aug 15 20:01:08 2024 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Thu Aug 15 20:38:51 2024 +0000 |
tree | 7b5c5aef3c4122a99f73e4d9451dee61d177898d | |
parent | bae678660e8bcbfe92d2b6c2c46f112f5fd97514 [diff] [blame] |
Rename AidlStatusUtil.h to AidlUtil.h Shoving some utility methods to help with transitioning between AIDL types and the types we use internally Bug: 329465218 Flag: EXEMPT mechanical refactor Test: builds Change-Id: I07cdfb7c6bfe89e42c1eb7169e15329916df448a
diff --git a/services/surfaceflinger/tests/utils/ScreenshotUtils.h b/services/surfaceflinger/tests/utils/ScreenshotUtils.h index efce6b6..0bedcd1 100644 --- a/services/surfaceflinger/tests/utils/ScreenshotUtils.h +++ b/services/surfaceflinger/tests/utils/ScreenshotUtils.h
@@ -15,7 +15,7 @@ */ #pragma once -#include <gui/AidlStatusUtil.h> +#include <gui/AidlUtil.h> #include <gui/SyncScreenCaptureListener.h> #include <private/gui/ComposerServiceAIDL.h> #include <ui/FenceResult.h>