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: f96c7168b688f2d8cc99c220e7a40e3739476848 | 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 diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp
b/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp | 15 diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp
b/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp |
16 index 5fa16df..bc03739 100644 | 16 index 5fa16df..bc03739 100644 |
17 --- a/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp | 17 --- a/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp |
18 +++ b/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp | 18 +++ b/third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp |
19 @@ -1,3 +1,7 @@ | 19 @@ -1,3 +1,7 @@ |
20 +// Copyright (c) 2014 The Chromium Authors. All rights reserved. | 20 +// Copyright (c) 2014 The Chromium Authors. All rights reserved. |
21 +// Use of this source code is governed by a BSD-style license that can be | 21 +// Use of this source code is governed by a BSD-style license that can be |
22 +// found in the LICENSE file. | 22 +// found in the LICENSE file. |
23 + | 23 + |
24 #include "crazy_linker_elf_view.h" | 24 #include "crazy_linker_elf_view.h" |
25 | 25 |
26 #include <errno.h> | 26 #include <errno.h> |
27 | 27 |
| 28 - Rolled to: |
| 29 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300 |
| 30 (Re-add license header to crazy_linker_elf_view.cpp) |
OLD | NEW |