Commit 2c893d7
committed
fix: update lz4 pattern for android
Add pattern to detect lz4 version in Android libraries.
- Add FILENAME_PATTERNS to match liblz4 library files
- Update VERSION_PATTERN to handle null byte separators (API 28)
- Add generic ERROR_* pattern for API 30/34 format
- Add test cases for Android lz4 formats
Tested on Android API 28, 29, 30, 34
Partial fix for #54411 parent c264e0d commit 2c893d7
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments