qcacld-3.0: Support the Bazel DDK

Android builds are transitioning to using Bazel for builds, and there
is a Driver Development Kit (DDK) which out-of-tree drivers must use
in this new scheme. Introduce the infrastructure to describe the wlan
qcacld-3.0 driver module using the DDK.

Change-Id: Ice293fe10f37a0d083187edd49f352e3a4dca18a
CRs-Fixed: 3494233
这个提交包含在:
Jeff Johnson
2023-05-05 10:23:17 -07:00
提交者 Rahul Choudhary
父节点 0dabb4c0e2
当前提交 7a69b38b81
修改 2 个文件,包含 2094 行新增0 行删除

10
BUILD.bazel 普通文件
查看文件

@@ -0,0 +1,10 @@
load("//build/kernel/kleaf:kernel.bzl", "ddk_headers")
load(":wlan_qcacld3_modules.bzl", "define_modules")
package(
default_visibility = [
"//visibility:public",
],
)
define_modules()

2084
wlan_qcacld3_modules.bzl 普通文件

文件差异内容过多而无法显示 加载差异