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

Commit 0fcaf8c4 authored by Eric Jeong's avatar Eric Jeong
Browse files

Specify the owner of tests based on trendy team

- Tests in hardware/interfaces/automotive

Bug: 377508977
Flag: EXEMPT test configuration
Test: build okay and presubmit okay
Change-Id: I1336b3d577ab6e452bde35d9c4da0cc3fbaa2e50
parent 35b10723
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ package {

cc_test {
    name: "VtsHalAudioControlV1_0TargetTest",
    team: "trendy_team_aaos_audio_triage",
    srcs: [
        "VtsHalAudioControlV1_0TargetTest.cpp",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ package {

cc_test {
    name: "VtsHalAudioControlV2_0TargetTest",
    team: "trendy_team_aaos_audio_triage",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: ["VtsHalAudioControlV2_0TargetTest.cpp"],
    static_libs: [
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ filegroup {

cc_test {
    name: "AudioControlConverterUnitTest",
    team: "trendy_team_aaos_audio_triage",
    vendor: true,
    require_root: true,
    srcs: ["*.cpp"],
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ cc_library {

cc_test {
    name: "VtsAidlHalAudioControlTest",
    team: "trendy_team_aaos_audio_triage",
    defaults: [
        "latest_android_hardware_audio_common_cpp_static",
        "latest_android_hardware_automotive_audiocontrol_cpp_static",
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package {

cc_test {
    name: "RemoteAccessServiceUnitTest",
    team: "trendy_team_aaos_power_triage",
    vendor: true,
    srcs: ["*.cpp"],
    whole_static_libs: [
Loading