bpf: offload/test: remove use of TETHERING_{UID,GID}
This was added only because this used to depend on
in vs out-of-process network stack, but we don't support
in-process-tethering any more.
Generated via:
sed -i -r 's@TETHERING_UID@AID_ROOT@' test.c
sed -i -r 's@TETHERING_UID@AID_ROOT@' offload.c
sed -i -r 's@TETHERING_GID@AID_NETWORK_STACK@' offload.c
sed -i -r 's@TETHERING_GID@AID_NETWORK_STACK@' test.c
then removing the now spurious #defines at the top of the files.
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Id3da93ee52b1ea9357388a2b045dfafa150af0ab
2 files changed