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

Commit a3a78a68 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Do not include internal GTest header.

Only the headers gtest.h and gtest-spi.h are public.  This
inclusion is causing a build break when upgrading googletest
to version 1.13.0.

Bug: 271622675
Test: local build, presubmit
Change-Id: I698e4d4464c131e9dad73a23a6f65908a07e9f60
parent 657934ee
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 {