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

Unified Diff: third_party/android_crazy_linker/README.chromium

Issue 322433006: Fork of the Android NDK crazy linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a required license header to a cpp module, missing in the original. Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/android_crazy_linker/OWNERS ('k') | third_party/android_crazy_linker/src/Android.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_crazy_linker/README.chromium
diff --git a/third_party/android_crazy_linker/README.chromium b/third_party/android_crazy_linker/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..862640496814597b2951045cc4b2b5ac0c726979
--- /dev/null
+++ b/third_party/android_crazy_linker/README.chromium
@@ -0,0 +1,27 @@
+Name: Android Crazy Linker
+URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/crazy_linker/
+Version: f96c7168b688f2d8cc99c220e7a40e3739476848
+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>
+
« no previous file with comments | « third_party/android_crazy_linker/OWNERS ('k') | third_party/android_crazy_linker/src/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698