diff --git a/bpfloader/BpfLoader.cpp b/bpfloader/BpfLoader.cpp index e1dbd06..fe51ed5 100644 --- a/bpfloader/BpfLoader.cpp +++ b/bpfloader/BpfLoader.cpp @@ -251,11 +251,6 @@ int main(int argc, char** argv) { (void)argc; android::base::InitLogging(argv, &android::base::KernelLogger); - if (!android::bpf::isAtLeastKernelVersion(4, 19, 0)) { - ALOGE("Android V requires kernel 4.19."); - return 1; - } - // Ensure we can determine the Android build type. if (!android::bpf::isEng() && !android::bpf::isUser() && !android::bpf::isUserdebug()) { ALOGE("Failed to determine the build type: got %s, want 'eng', 'user', or 'userdebug'",