platform_system_bpf/libbpf_android
Maciej Żenczykowski 52108bf52c BpfMap.getOrCreate(size, path, type) -> BpfMap.init(path)
We don't have the appropriate selinux privs to create the maps anyway.

Test: builds (when combined with system/netd change)
      'git grep getOrCreate' in system/{bpf,netd} comes up empty
      atest netd_unit_test netd_integration_test libbpf_android_test
Bug: 65674744
Bug: 129654883
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Idffbce5b28b723943c6495cfafdecddc7a0f4e67
2019-04-01 16:54:08 -07:00
..
include BpfMap.getOrCreate(size, path, type) -> BpfMap.init(path) 2019-04-01 16:54:08 -07:00
Android.bp Add tests for BPF loader 2019-02-04 15:28:52 -05:00
BpfLoadTest.cpp Add tests for BPF loader 2019-02-04 15:28:52 -05:00
BpfMapTest.cpp BpfMap.getOrCreate(size, path, type) -> BpfMap.init(path) 2019-04-01 16:54:08 -07:00
BpfUtils.cpp Add detailed kernel version when checking bpf support 2019-02-14 13:39:05 -08:00
Loader.cpp Fix compiler warnings. 2019-02-01 15:48:19 -08:00
LoaderUtils.h Fix compiler warnings. 2019-02-01 15:48:19 -08:00