| commit | bf6f928b2dec5721508d8506c328fa171bb1ad7d | [log] [tgz] |
|---|---|---|
| author | Maciej Żenczykowski <maze@google.com> | Thu Jun 13 13:08:10 2024 -0700 |
| committer | Maciej Żenczykowski <maze@google.com> | Thu Jun 13 15:26:55 2024 -0700 |
| tree | 37a341a3517312ce0b678254679d92cc0afe5544 | |
| parent | b62d79c423570421e9813bf0db2dbd7c981a3c71 [diff] |
Fix comment about U QPR2 vs V bpfloader version See: https://android.googlesource.com/platform/system/bpf/+/refs/heads/android14-qpr2-release/libbpf_android/Loader.cpp#34 Test: N/A Change-Id: I7ee4ce73efddd0259f0248fcb45d7544387cde7d Signed-off-by: Maciej Żenczykowski <maze@google.com>
diff --git a/staticlibs/native/bpf_headers/include/bpf/bpf_helpers.h b/staticlibs/native/bpf_headers/include/bpf/bpf_helpers.h index dc7925e..16e8868 100644 --- a/staticlibs/native/bpf_headers/include/bpf/bpf_helpers.h +++ b/staticlibs/native/bpf_headers/include/bpf/bpf_helpers.h
@@ -39,11 +39,12 @@ // Android U / 14 (api level 34) - various new program types added #define BPFLOADER_U_VERSION 38u -// Android V / 15 (api level 35) - platform only +// Android U QPR2 / 14 (api level 34) - platform only // (note: the platform bpfloader in V isn't really versioned at all, // as there is no need as it can only load objects compiled at the // same time as itself and the rest of the platform) -#define BPFLOADER_PLATFORM_VERSION 41u +#define BPFLOADER_U_QPR2_VERSION 41u +#define BPFLOADER_PLATFORM_VERSION BPFLOADER_U_QPR2_VERSION // Android Mainline - this bpfloader should eventually go back to T (or even S) // Note: this value (and the following +1u's) are hardcoded in NetBpfLoad.cpp