VS/Android: Use safe API level when detecting the NDK directory

This commit is contained in:
Michael Karcher
2023-04-21 18:10:10 +02:00
committed by Brad King
parent f7af10100c
commit 16d8b65bc0

View File

@@ -19,6 +19,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@vcx_platform@'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<AndroidAPILevel>android-21</AndroidAPILevel>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">