Snap for 8494106 from da4f92c3be
to tm-release
Change-Id: I0a39089bc66615785dbc08d03d7585e357829fc2
This commit is contained in:
commit
1fa926967b
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ const Location locations[] = {
|
|||
// Tethering mainline module: netd, clatd, ...etc
|
||||
{
|
||||
.dir = "/apex/com.android.tethering/etc/bpf/net_shared/",
|
||||
.prefix = "",
|
||||
.prefix = "net_shared/",
|
||||
},
|
||||
// Core operating system
|
||||
{
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// This is BpfLoader v0.10
|
||||
// This is BpfLoader v0.12
|
||||
#define BPFLOADER_VERSION_MAJOR 0u
|
||||
#define BPFLOADER_VERSION_MINOR 11u
|
||||
#define BPFLOADER_VERSION_MINOR 12u
|
||||
#define BPFLOADER_VERSION ((BPFLOADER_VERSION_MAJOR << 16) | BPFLOADER_VERSION_MINOR)
|
||||
|
||||
#include "bpf/BpfUtils.h"
|
||||
|
|
Loading…
Reference in a new issue