From f5eed36de738a0dd8c4f39c0d23db9244c146b50 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 12 May 2023 13:24:05 -0700 Subject: [PATCH] qcacld-3.0: Add symbolic link api => ../fw-api The Bazel DDK builds in a sandbox. As part of the sandbox it does not allow a file reference from above the module root directory. To work around this issue, create a symbolic link in the qcacld-3.0 directory. Change-Id: I28e0ff45843c48974b946555c6603f0fc69127e8 CRs-Fixed: 3496753 --- api | 1 + 1 file changed, 1 insertion(+) create mode 120000 api diff --git a/api b/api new file mode 120000 index 0000000000..a064ee106e --- /dev/null +++ b/api @@ -0,0 +1 @@ +../fw-api \ No newline at end of file