From 2869aee3b1b19e0a368b38beff2639c021ce407c Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 23 Aug 2023 15:27:18 -0400 Subject: [PATCH] [monodroid] Fix the EnableNativeAnalyzers build Commit 6ba99924 was incomplete, and broke both the nightly build and clean target. Fix this by removing or replacing the instances of `%(AndroidSupportedTargetJitAbi.Identity)` that were missed. --- src/monodroid/monodroid.targets | 46 ++++++++++----------------------- 1 file changed, 13 insertions(+), 33 deletions(-) diff --git a/src/monodroid/monodroid.targets b/src/monodroid/monodroid.targets index 35624c65c0e..4578d663952 100644 --- a/src/monodroid/monodroid.targets +++ b/src/monodroid/monodroid.targets @@ -50,7 +50,7 @@ Inputs="jni\*.cc;jni\**\*.c" Outputs="@(AndroidSupportedTargetJitAbi->'$(MSBuildThisFileDirectory)static-analysis.%(Identity).txt')"> @@ -164,41 +164,21 @@ DependsOnTargets="_BuildAndroidRuntimesInputs" Inputs="@(_BuildAndroidRuntimesInputs)" Outputs="@(_BuildAndroidAnalyzerRuntimesOutputs)"> - - - - - - - - - - + + - - - - + + + + @@ -236,11 +216,11 @@ - <_CompileCommandsDir Include="$(IntermediateOutputPath)%(AndroidSupportedTargetJitAbi.Identity)-Debug"> - %(AndroidSupportedTargetJitAbi.Identity)-Debug + <_CompileCommandsDir Include="$(IntermediateOutputPath)%(AndroidSupportedTargetJitAbi.AndroidRID)-Debug"> + %(AndroidSupportedTargetJitAbi.AndroidRID)-Debug - <_CompileCommandsDir Include="$(IntermediateOutputPath)%(AndroidSupportedTargetJitAbi.Identity)-Release"> - %(AndroidSupportedTargetJitAbi.Identity)-Release + <_CompileCommandsDir Include="$(IntermediateOutputPath)%(AndroidSupportedTargetJitAbi.AndroidRID)-Release"> + %(AndroidSupportedTargetJitAbi.AndroidRID)-Release