| OLD | NEW |
| 1 Name: Android Crazy Linker | 1 Name: Android Crazy Linker |
| 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz
y_linker/ | 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz
y_linker/ |
| 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 | 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 |
| 4 Security Critical: no | 4 Security Critical: no |
| 5 License: Apache Version 2.0 | 5 License: Apache Version 2.0 |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 Fork of the Android NDK crazy linker. | 8 Fork of the Android NDK crazy linker. |
| 9 | 9 |
| 10 Local Modifications: | 10 Local Modifications: |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 - Add support for opening library within a zipfile. | 27 - Add support for opening library within a zipfile. |
| 28 | 28 |
| 29 - Fix -Werror=sign-compare error encountered in NDK build. | 29 - Fix -Werror=sign-compare error encountered in NDK build. |
| 30 | 30 |
| 31 - Improve permission denied message to mention upgrading from L-preview. | 31 - Improve permission denied message to mention upgrading from L-preview. |
| 32 | 32 |
| 33 - Fix for crbug/394306 (Chrome crashes during startup ... on Arm64 AAW15) | 33 - Fix for crbug/394306 (Chrome crashes during startup ... on Arm64 AAW15) |
| 34 | 34 |
| 35 - Move packed relocation dynamic tags from DT_LOPROC range to DT_LOOS range. | 35 - Move packed relocation dynamic tags from DT_LOPROC range to DT_LOOS range. |
| 36 |
| 37 - Add support for x86_64. |
| OLD | NEW |