[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
diff --git a/services/gpuservice/gpumem/GpuMem.cpp b/services/gpuservice/gpumem/GpuMem.cpp
index 3aa862f..818e15f 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>