blob: d91b0345f2045d8091cce99f89aff20e2924cdeb [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.
import("//build/packages/prebuilt_package.gni")
group("wl") {
deps = [ ":wl_pkg" ]
}
prebuilt_archive_base_path =
"//prebuilt/connectivity/wlan/tools/third_party/broadcom/wl"
prebuilt_package("wl_pkg") {
visibility = [ ":wl" ]
package_name = "wl"
archive = prebuilt_archive_base_path + "/" + target_cpu + "/wl.far"
}