Commit c264e0d
committed
fix: update lz4 pattern for android
Add pattern to detect lz4 version in Android libraries where the
version string format differs from standard Linux binaries.
- Add FILENAME_PATTERNS to match liblz4 library files
- Add VERSION_PATTERN to match Android format where version appears
between ERROR_* strings (works across API 30 and API 34)
- Add test cases for Android lz4 format (API 30: 1.8.3, API 34: 1.9.4)
Partial fix for #54411 parent b605e46 commit c264e0d
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
11 | 21 | | |
12 | 22 | | |
13 | 23 | | |
| |||
0 commit comments