File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 58
58
<SupportNativeAOT >True</SupportNativeAOT >
59
59
</AndroidSupportedTargetJitAbi >
60
60
</ItemGroup >
61
-
62
- <ItemGroup >
63
- <AndroidSupportedOtherRuntimeTargetJitAbi
64
- Include =" arm64-v8a"
65
- Condition =" $(AndroidSupportedTargetJitAbisForConditionalChecks.Contains (':arm64-v8a:')) " >
66
- <ApiLevel >$(AndroidNdkApiLevel_ArmV8a)</ApiLevel >
67
- <ApiLevelNET >$(AndroidNdkApiLevel_Arm64)</ApiLevelNET >
68
- <AndroidRID >android-arm64</AndroidRID >
69
- </AndroidSupportedOtherRuntimeTargetJitAbi >
70
-
71
- <AndroidSupportedOtherRuntimeTargetJitAbi
72
- Include =" x86_64"
73
- Condition =" $(AndroidSupportedTargetJitAbisForConditionalChecks.Contains (':x86_64:')) " >
74
- <ApiLevel >$(AndroidNdkApiLevel_X86_64)</ApiLevel >
75
- <ApiLevelNET >$(AndroidNdkApiLevel_X64)</ApiLevelNET >
76
- <AndroidRID >android-x64</AndroidRID >
77
- </AndroidSupportedOtherRuntimeTargetJitAbi >
78
- </ItemGroup >
79
61
</Project >
You can’t perform that action at this time.
0 commit comments