commit | a75b433c180db6d2916a41b95700a76bad6236cb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Sep 22 04:35:12 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 22 04:35:12 2023 +0000 |
tree | 94ead4bf88c1fc38ac6fc5348ac3acb8a24cdeb1 | |
parent | 7b803e68c820ac24c6311c693982d25c81b196e4 [diff] | |
parent | 1b0f6fe05830ddb4db4ee7b5001db009e9cd3e07 [diff] |
Merge "use different log.h header file" into main am: 1b0f6fe058 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2759769 Change-Id: I6782f2d5fea685c586c77f4717bc98383e074d1f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/staticlibs/native/bpf_headers/include/bpf/BpfMap.h b/staticlibs/native/bpf_headers/include/bpf/BpfMap.h index 847083e..3be7067 100644 --- a/staticlibs/native/bpf_headers/include/bpf/BpfMap.h +++ b/staticlibs/native/bpf_headers/include/bpf/BpfMap.h
@@ -18,10 +18,10 @@ #include <linux/bpf.h> +#include <android/log.h> #include <android-base/result.h> #include <android-base/stringprintf.h> #include <android-base/unique_fd.h> -#include <utils/Log.h> #include "BpfSyscallWrappers.h" #include "bpf/BpfUtils.h"