Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Side by Side Diff: third_party/android_crazy_linker/README.chromium

Issue 373033003: Improve permission denied message to mention upgrading from L-preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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:
11 - Forked from: 11 - Forked from:
12 android/platform/ndk/f96c7168b688f2d8cc99c220e7a40e3739476848 12 android/platform/ndk/f96c7168b688f2d8cc99c220e7a40e3739476848
13 13
14 - Add a required license header to a cpp module, missing in the original 14 - Add a required license header to a cpp module, missing in the original
15 15
16 - Rolled to: 16 - Rolled to:
17 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300 17 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300
18 (Re-add license header to crazy_linker_elf_view.cpp) 18 (Re-add license header to crazy_linker_elf_view.cpp)
19 19
20 - Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling) 20 - Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling)
21 21
22 - Fix for crbug/386594 (Crazy linker fails to load a browser on MIPS) 22 - Fix for crbug/386594 (Crazy linker fails to load a browser on MIPS)
23 23
24 - Add support for unpacking packed R_ARM_RELATIVE relocation data. 24 - Add support for unpacking packed R_ARM_RELATIVE relocation data.
25 https://code.google.com/p/chromium/issues/detail?id=385553 25 https://code.google.com/p/chromium/issues/detail?id=385553
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
31 - Improve permission denied message to mention upgrading from L-preview.
OLDNEW
« no previous file with comments | « no previous file | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698