bpf_progs - remove unused dependencies am: b1ffd2ce9b

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1646235

Change-Id: I36ee32c100eeb1f0fb89ea13fcb3c0b8c0869259
This commit is contained in:
Maciej Żenczykowski
2021-03-19 09:38:40 +00:00
committed by Automerger Merge Worker

View File

@@ -51,8 +51,6 @@ bpf {
include_dirs: [
// TODO: get rid of system/netd.
"system/netd/bpf_progs", // for bpf_net_helpers.h
"system/netd/libnetdbpf/include", // for bpf_shared.h
"system/netd/libnetdutils/include", // for UidConstants.h
],
}
@@ -66,7 +64,5 @@ bpf {
include_dirs: [
// TODO: get rid of system/netd.
"system/netd/bpf_progs", // for bpf_net_helpers.h
"system/netd/libnetdbpf/include", // for bpf_shared.h
"system/netd/libnetdutils/include", // for UidConstants.h
],
}