blob: 8fd9e0efab3be0aba696ed8f6e7701e37ec65447 [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
deps = [ "amlogic_decoder:tests" ]
}