summaryrefslogtreecommitdiffstats
path: root/third_party/android_crazy_linker/README.chromium
blob: e843964700306d4c7532816e62016838d5171182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Name: Android Crazy Linker
URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/crazy_linker/
Version: 681f1b744aec1b0888f4c7a68165720db9670300
Security Critical: no
License: Apache Version 2.0

Description:
Fork of the Android NDK crazy linker.

Local Modifications:
- Forked from:
  android/platform/ndk/f96c7168b688f2d8cc99c220e7a40e3739476848

- Add a required license header to a cpp module, missing in the original:
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
index 5fa16df..bc03739 100644
--- 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
@@ -1,3 +1,7 @@
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
 #include "crazy_linker_elf_view.h"
 
 #include <errno.h>

- Rolled to:
  android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300
  (Re-add license header to crazy_linker_elf_view.cpp)

- Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling)