Skip to content

Commit bdfa3af

Browse files
grendellojonpryor
authored andcommitted
[mono-runtimes] Use API-9 includes directory for 32-bit ARM (#909)
NDK 14+ (which we use) doesn't have android-4 anymore.
1 parent f6c58d6 commit bdfa3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/mono-runtimes/mono-runtimes.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
<!-- Mono runtimes settings -->
115115
<PropertyGroup>
116-
<_ArmNdkPlatformPath>$(AndroidToolchainDirectory)\ndk\platforms\android-4</_ArmNdkPlatformPath>
116+
<_ArmNdkPlatformPath>$(AndroidToolchainDirectory)\ndk\platforms\android-9</_ArmNdkPlatformPath>
117117
<_ArmAr>$(AndroidToolchainDirectory)\toolchains\arm-linux-androideabi-clang\bin\arm-linux-androideabi-ar</_ArmAr>
118118
<_ArmAs>$(AndroidToolchainDirectory)\toolchains\arm-linux-androideabi-clang\bin\arm-linux-androideabi-as</_ArmAs>
119119
<_ArmCc>$(AndroidToolchainDirectory)\toolchains\arm-linux-androideabi-clang\bin\arm-linux-androideabi-clang</_ArmCc>

0 commit comments

Comments
 (0)