From 244f437cdd0e136fe3eb48c27c30b1bc941ef5ad Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Sun, 5 Mar 2017 20:15:25 +0100 Subject: [PATCH] Add RIDs for Android --- pkg/Microsoft.NETCore.Platforms/runtime.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json index a163f4236223..67cfbc20c285 100644 --- a/pkg/Microsoft.NETCore.Platforms/runtime.json +++ b/pkg/Microsoft.NETCore.Platforms/runtime.json @@ -559,6 +559,26 @@ "#import": [ "alpine.3.4.3", "alpine.3-x64" ] }, + "android": { + "#import": [ "linux" ] + }, + "android-arm": { + "#import": [ "android", "linux-arm" ] + }, + "android-arm64": { + "#import": [ "android", "linux-arm64" ] + }, + + "android.21": { + "#import": [ "android" ] + }, + "android.21-arm": { + "#import": [ "android.21", "android-arm" ] + }, + "android.21-arm64": { + "#import": [ "android.21", "android-arm64" ] + }, + "corert": { "#import": [ "any" ] },