blob: 9fd635acfb871c0eacb2dc8581f3e54d2c263fe6 [file] [log] [blame]
# Copyright 2020 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.
group("drivers") {
if (target_cpu == "arm64") {
deps = [
"amlogic_decoder:amlogic_decoder",
"amlogic_encoder",
]
}
}
group("tests") {
testonly = true
if (target_cpu == "arm64") {
deps = [
"amlogic_decoder:tests",
"amlogic_encoder:tests",
]
}
}