Allow lmkd to use bpf_syscall_wrappers

LMKD needs access to map_gpu_mem_gpu_mem_total_map
BPF map to record the total size of GPU allocations
at the time of a kill. Change bpf_syscall_wrappers
visibility to allow lmkd to use bpf_syscall_wrappers
library.

Bug: 189366037
Test: lmkd_unit_test
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: Ia1f75852a853f62b504351271119714f3fd95232
This commit is contained in:
Suren Baghdasaryan
2021-05-28 09:28:29 -07:00
parent 548d0e0c21
commit 1bd069f24d

View File

@@ -35,5 +35,6 @@ cc_library_headers {
visibility: [
"//packages/modules/Connectivity/Tethering",
"//system/bpf/libbpf_android",
"//system/memory/lmkd",
],
}