Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a6e2031 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Do not include internal GTest header."

parents 6f515386 a3a78a68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <aidl/android/media/audio/common/AudioChannelLayout.h>
#include <android/binder_auto_utils.h>
#include <fmq/AidlMessageQueue.h>
#include <gtest/gtest.h>
#include <system/audio_effects/aidl_effects_utils.h>

#include "AudioHalBinderServiceUtil.h"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <iostream>

#include <android/binder_auto_utils.h>
#include <gtest/gtest_pred_impl.h>
#include <gtest/gtest.h>

namespace android::hardware::audio::common::testing {