blob: d67b7940ce3a5d51d9f35643fdc5ec060d801444 [file]
# Copyright 2024 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.
load("@rules_fuchsia//fuchsia:assembly.bzl", "fuchsia_prebuilt_package")
package(default_visibility = ["//visibility:public"])
fuchsia_prebuilt_package(
name = "amlogic_decoder",
archive = "@gn_targets//src/media/drivers/amlogic_decoder:amlogic_decoder-package",
drivers = [
"meta/amlogic_video_decoder.cm",
],
)