-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #640 from ikvmnet/android
Android ARM64 support
- Loading branch information
Showing
38 changed files
with
133 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/IKVM.Image.runtime.android-arm64/IKVM.Image.runtime.android-arm64.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project> | ||
<Import Sdk="Microsoft.Build.NoTargets" Project="Sdk.props" /> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net472;net6.0;net8.0</TargetFrameworks> | ||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Description>IKVM Runtime Image</Description> | ||
<IncludeSymbols>false</IncludeSymbols> | ||
<ImageRuntimeIdentifier>android-arm64</ImageRuntimeIdentifier> | ||
<SupportedImageTargetFrameworks>net6.0;net8.0</SupportedImageTargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Sdk="Microsoft.Build.NoTargets" Project="Sdk.targets" /> | ||
<Import Project="$(MSBuildThisFileDirectory)..\IKVM.Image\IKVM.Image.runtime.targets" /> | ||
</Project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# IKVM.Image | ||
|
||
Native requirements for IKVM.Image. |
24 changes: 24 additions & 0 deletions
24
src/IKVM.Image.runtime.android-arm64/buildTransitive/IKVM.Image.runtime.android-arm64.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<IkvmImageItem Include="$(MSBuildThisFileDirectory)..\ikvm\any\android-arm64\**\*"> | ||
<TargetFramework>any</TargetFramework> | ||
<RuntimeIdentifier>android-arm64</RuntimeIdentifier> | ||
<ImagePath>%(RecursiveDir)%(FileName)%(Extension)</ImagePath> | ||
</IkvmImageItem> | ||
<IkvmImageItem Include="$(MSBuildThisFileDirectory)..\ikvm\net6.0\android-arm64\**\*"> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<RuntimeIdentifier>android-arm64</RuntimeIdentifier> | ||
<ImagePath>%(RecursiveDir)%(FileName)%(Extension)</ImagePath> | ||
</IkvmImageItem> | ||
<IkvmImageItem Include="$(MSBuildThisFileDirectory)..\ikvm\net8.0\android-arm64\**\*"> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RuntimeIdentifier>android-arm64</RuntimeIdentifier> | ||
<ImagePath>%(RecursiveDir)%(FileName)%(Extension)</ImagePath> | ||
</IkvmImageItem> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.