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/libs/gui/tests/BLASTBufferQueue_test.cpp b/libs/gui/tests/BLASTBufferQueue_test.cpp
index 46a19c2..eb2a61d 100644
--- a/libs/gui/tests/BLASTBufferQueue_test.cpp
+++ b/libs/gui/tests/BLASTBufferQueue_test.cpp
@@ -20,7 +20,7 @@
#include <android-base/thread_annotations.h>
#include <android/hardware/graphics/common/1.2/types.h>
-#include <gui/AidlStatusUtil.h>
+#include <gui/AidlUtil.h>
#include <gui/BufferQueueCore.h>
#include <gui/BufferQueueProducer.h>
#include <gui/FrameTimestamps.h>