mwifiex/mxm_wifiex/wlan_src/BUILD.bazel
Zhipeng Wang 4304ad6450 MA-20666-1 Kleaf: Add wlan as an external module.
Test: tools/bazel run --lto=thin  //common:imx_abi_update_symbol_list

Change-Id: I3ed918514ee08dbd376b9a737b47a21badceed77
Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com>
2023-05-08 12:04:57 +00:00

22 lines
595 B
Python

# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR
# YOUR BUILDS CURRENTLY.
#
# It is not yet the source of truth for your build. If you're looking to modify
# the build file, modify the Android.bp file instead. Do *not* modify this file
# unless you have coordinated with the team managing the Soong to Bazel
# migration.
load("//build/kernel/kleaf:kernel.bzl", "kernel_module")
kernel_module(
name = "wlan.imx",
outs = [
"mlan.ko",
"moal.ko",
],
kernel_build = "//common:imx",
visibility = [
"//common:__pkg__",
],
)