commit | c834fdb760f78b6a21f9acadb5bc3dd399404d18 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Sun Jun 02 22:24:01 2024 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Jun 02 22:28:35 2024 +0000 |
tree | 416cf5043a76c1a06d034980559a2a7c567a1388 | |
parent | d1c52e3eb0aa13f8e671d5141c84183f2ff82880 [diff] |
move V+ kernel/arch/bitness checks from BpfHandler to NetBpfLoad Mainline netbpfload is mandatory on V+, so it matters little whether we perform the checks in it, or in BpfHandler (which runs as part of netd startup via libnetd_updatable.so), and this avoids the need to reimplement isTV() opt-out. Bug: 333970930 Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I599f2c9d6710f0caa2cd71f0946459d43ddbfc17