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:
authorcydhaselton <ubuntu@ip-172-31-42-205.us-west-2.compute.internal>2017-03-05 21:48:22 +0300
committercydhaselton <ubuntu@ip-172-31-42-205.us-west-2.compute.internal>2017-03-05 21:48:22 +0300
commit24f64f9745ce4000a08be80962a8854ccb8782a8 (patch)
tree736bb983747743de6ec289f0929e8d1f4c534d0d /pkg/Microsoft.NETCore.Platforms
parent96f7754b667d9f6b54a03ff68f9093e63b91ae81 (diff)
Add RIDs for Android
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index ecdfc691bc..98c9e0922a 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -7,6 +7,46 @@
"#import": [ "base" ]
},
+ "android": {
+ "#import": [ "any" ]
+ },
+ "android-x64": {
+ "#import": [ "any" ]
+ },
+ "android-mips": {
+ "#import": [ "any" ]
+ },
+
+ "android.21": {
+ "#import": [ "android" ]
+ },
+ "android.21-x64": {
+ "#import": [ "android.21", "android-x64" ]
+ },
+ "android.21-mips": {
+ "#import": [ "android.21", "android-mips" ]
+ },
+
+ "android.22": {
+ "#import": [ "android" ]
+ },
+ "android.22-x64": {
+ "#import": [ "android.22", "android-x64" ]
+ },
+ "android.22-mips": {
+ "#import": [ "android.22", "android-mips" ]
+ },
+
+ "android.23": {
+ "#import": [ "android" ]
+ },
+ "android.23-x64": {
+ "#import": [ "android.23", "android-x64" ]
+ },
+ "android.23-mips": {
+ "#import": [ "android.23", "android-mips" ]
+ },
+
"win": {
"#import": [ "any" ]
},