blob: a06b775d32846b84e7577b95c67b74a63e45ceda [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# WARNING: Known to infrastructure
group("hardware_encoders") {
testonly = true
if (target_cpu == "arm64") {
deps = [
"//src/media/codec/factory:codec_detect_hw_encode_test",
"//src/media/stream_processors/test:h265-encoder-tests",
]
}
}