Merge "remove dead portions of BpfUtils.java" into main am: bee431759a

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2803204

Change-Id: Ib920e77884fb0d1d88d45c93a84cbd19b7244484
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Maciej Żenczykowski
2023-10-25 23:21:24 +00:00
committed by Automerger Merge Worker
4 changed files with 11 additions and 128 deletions

View File

@@ -2299,7 +2299,7 @@ public class ConnectivityServiceTest {
}
@Override
public int getBpfProgramId(final int attachType, @NonNull final String cgroupPath) {
public int getBpfProgramId(final int attachType) {
return 0;
}