Skip to content
Snippets Groups Projects
Commit fdcf0111 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Gerrit Code Review
Browse files

Merge "BpfUtils.java - add requires T+ annotation" into main

parents 50ad9135 1df0aafc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,10 @@
*/
package com.android.net.module.util;
import android.os.Build;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import java.io.IOException;
......@@ -24,6 +27,7 @@ import java.io.IOException;
*
* {@hide}
*/
@RequiresApi(Build.VERSION_CODES.TIRAMISU)
public class BpfUtils {
static {
System.loadLibrary(JniUtil.getJniLibraryName(BpfUtils.class.getPackage()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment