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