Snap for 8494106 from da4f92c3be to tm-release

Change-Id: I0a39089bc66615785dbc08d03d7585e357829fc2
This commit is contained in:
Android Build Coastguard Worker 2022-04-23 23:10:07 +00:00
commit 1fa926967b
2 changed files with 3 additions and 3 deletions

View file

@ -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
{

View file

@ -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"