Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-04-06 18:38:56 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-04-06 18:43:04 +0300
commit0cb0b1a48def3a60e5cfdb3ead9a38b121173485 (patch)
tree0d3b0b5f95a9d18eb143f15fe5431ac6a8fa8269 /.gitmodules
parent844bda3ad906a0b71f8f3db93eee7fb858a1e0b1 (diff)
Add android-libunwind submodule and fix path in mini-exceptions-native-unwinder.c
This was hosted in mono-extensions before. It is licensed under the MIT license: https://android.googlesource.com/platform/external/libunwind/+/android-6.0.1_r24/LICENSE
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 731e6c68282..138c40ce788 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -33,3 +33,6 @@
[submodule "external/nunit-lite"]
path = external/nunit-lite
url = git://github.com/mono/NUnitLite.git
+[submodule "external/android-libunwind"]
+ path = external/android-libunwind
+ url = https://android.googlesource.com/platform/external/libunwind