blob: 60d529be3f865c74e9be62659b6b53143dde904e [file] [log] [blame]
# Copyright 2018 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/package.gni")
import("//build/rust/rustc_staticlib.gni")
rustc_staticlib("wlan-mlme") {
name = "wlan_mlme"
version = "0.1.0"
edition = "2018"
deps = []
non_rust_deps = []
public = [
"abi.h",
]
}