commit | c0905b4880a61e52ba0f38f728e410cdd401a23a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Dec 12 14:21:20 2019 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Jan 10 13:33:03 2020 -0800 |
tree | 5c47d0ec533d49b5be00574a6fb5b13a141f18b2 | |
parent | be15fa1edd87bd7ef13cb774ba2cedbf1a6af98f [diff] |
libbpf_android: allow bpf w/o maps section Currently, if a bpf program object has no map section, this error is propagated, and the program will fail to load. However, it is desirable to have programs without any map. Bug: 140330870 Test: load program w/ bpf w/o maps section Change-Id: Ia53c699212a8cb962e3c2db562921880fef0cce0