Commit 9b413d2
committed
hook: use mali_lib_version for SONAME and library version
The hook was hardcoded to dlopen libmali.so.1 via mali_version.split('.')[0].
For prebuilts with SONAME libmali.so.0 (e.g. g29p1), this caused a fatal
dlopen failure at runtime. Use mali_lib_version instead so the hook matches
the actual SONAME of the prebuilt library.1 parent 0e50d83 commit 9b413d2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments