bpf_progs - remove unused dependencies am: b1ffd2ce9b am: 2f780deb38 am: d65201b5a1

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

Change-Id: Ie77273c3c40707d4324c1930a5be715968c0c2f8
This commit is contained in:
Maciej Żenczykowski
2021-03-19 10:50:04 +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
],
}