diff options
| author | 2021-10-25 19:35:15 +0800 | |
|---|---|---|
| committer | 2021-11-21 11:15:59 +0800 | |
| commit | 87e31dc18a2bbc2d4cebb5677f215acd511c7d75 (patch) | |
| tree | 4089b878e8c3063856cdc6d2ad3354416e9a1d7f /services | |
| parent | f364c8d8f6d68d0d964ecc6916f20696e7df2d4e (diff) | |
[NETD-BPF#11] libgpumem includes WaitForProgsLoaded.h
Function waitForProgsLoaded() has been moved from libbpf_android.h to
WaitForProgsLoaded.h.
Bug: 202086915
Test: build; flash; cd system/netd; atest
Change-Id: I466515f9cecc62551dc2312fba75b8df85e04c6e
Diffstat (limited to 'services')
| -rw-r--r-- | services/gpuservice/gpumem/GpuMem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/gpuservice/gpumem/GpuMem.cpp b/services/gpuservice/gpumem/GpuMem.cpp index 3aa862f31f..818e15f866 100644 --- a/services/gpuservice/gpumem/GpuMem.cpp +++ b/services/gpuservice/gpumem/GpuMem.cpp @@ -22,7 +22,7 @@ #include <android-base/stringprintf.h> #include <libbpf.h> -#include <libbpf_android.h> +#include <WaitForProgsLoaded.h> #include <log/log.h> #include <unistd.h> #include <utils/Timers.h> |