$(RuntimeIdentifier.ToLower().StartsWith('android'))
$(RuntimeIdentifier.ToLower().StartsWith('linux-bionic'))
$([MSBuild]::IsOSPlatform('Windows'))
$([MSBuild]::IsOSPlatform('Linux'))
$([MSBuild]::IsOSPlatform('OSX'))
true
$(ANDROID_NDK_ROOT)\source.properties
windows-x86_64
linux-x86_64
darwin-x86_64
$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(NdkHost)/sysroot
$([System.IO.File]::ReadAllText('$(NdkPropertiesFile)'))
$([System.Text.RegularExpressions.Regex]::Match('$(BaseRevision)', 'Pkg.BaseRevision\s*=\s*(\S+)').Groups[1].Value.Split('.')[0])
0
$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(NdkHost)/bin/clang
$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(NdkHost)/bin/llvm-objcopy
android_clang.cmd
android_llvm-objcopy.cmd
$(ANDROID_NDK_ROOT)\toolchains\llvm\prebuilt\$(NdkHost)\bin\
$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(NdkHost)/bin/
true