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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-03-07 23:25:54 +0300
committerGitHub <noreply@github.com>2017-03-07 23:25:54 +0300
commit125bc42c9862bfe9b7bc4de9d5d071aaae0356eb (patch)
tree287a6d70eb796498166f732a5a3ccce4c5b13ac9 /pkg/Microsoft.NETCore.Platforms
parent11892108d993e47cc05d45390fc761127b4f52e6 (diff)
parentc7c4fcc353a4fa89bb88f87b3129335a2c5673e1 (diff)
Merge pull request #16729 from cydhaselton/android-rids
Add RIDs for Android
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index def0f86869..bd59345010 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -7,6 +7,26 @@
"#import": [ "base" ]
},
+ "android": {
+ "#import": [ "any" ]
+ },
+ "android-arm": {
+ "#import": [ "any" ]
+ },
+ "android-arm64": {
+ "#import": [ "any" ]
+ },
+
+ "android.21": {
+ "#import": [ "android" ]
+ },
+ "android.21-arm": {
+ "#import": [ "android.21", "android-arm" ]
+ },
+ "android.21-arm64": {
+ "#import": [ "android.21", "android-arm64" ]
+ },
+
"win": {
"#import": [ "any" ]
},