platform_system_bpf/bpfloader
Chenbo Feng b20d28df6a Skip bpf object loading on unsupported devices
The bpfloader should not try to load bpf objects on unsupported devices
since devices with 4.4 kernel can have bpf maps but not bpf pogram
support. Creating bpf maps on those devices would mislead the framework
code to use an unsupported code path and crash system server.

Bug: 130687855
Test: cuttlefish boot test for 4.4 kernel.
Change-Id: I43ffc01e1099ee3effaa6ba30aa78080d5bec72f
2019-04-17 21:40:39 +00:00
..
Android.bp bpfloader depends on clatd.o 2019-03-26 18:11:01 -07:00
BpfLoader.cpp Skip bpf object loading on unsupported devices 2019-04-17 21:40:39 +00:00
bpfloader.rc Set bpfloader MEMLOCK rlimit to at least 8MB 2019-04-09 12:04:33 -07:00