blob: b595bec35f30c19666b0fa677e20309e63b36601 [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" ]
}
}
group("tests") {
testonly = true
if (target_cpu == "arm64") {
deps = [ "amlogic_decoder:tests" ]
}
}