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

Commit 1283685b authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Update VTS header includes

Bug: 273373363
Test: atest --test-mapping hardware/interfaces/audio/aidl/vts
Change-Id: I2ad63f91b013db1ce2d3891216f1bd74606139c8
parent 6eea2ff3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <unordered_map>
#include <vector>

#include <aidl/Vintf.h>
#include <android/binder_auto_utils.h>

#include "TestUtils.h"
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <string>
#include <unordered_set>

#include <aidl/Vintf.h>
#define LOG_TAG "VtsHalAECParamTest"
#include <android-base/logging.h>

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
 * limitations under the License.
 */

#include <aidl/Vintf.h>
#define LOG_TAG "VtsHalAGC1ParamTest"
#include <android-base/logging.h>

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
 * limitations under the License.
 */

#include <aidl/Vintf.h>
#define LOG_TAG "VtsHalAGC2ParamTest"
#include <android-base/logging.h>
#include <android/binder_enums.h>
+0 −2
Original line number Diff line number Diff line
@@ -16,13 +16,11 @@

#define LOG_TAG "VtsHalAudioEffectTargetTest"

#include <chrono>
#include <memory>
#include <string>
#include <vector>

#include <aidl/Gtest.h>
#include <aidl/Vintf.h>
#include <aidl/android/hardware/audio/effect/IEffect.h>
#include <aidl/android/hardware/audio/effect/IFactory.h>
#include <android-base/logging.h>
Loading