Skip to content

Commit ff14c04

Browse files
committed
[Mono.Android build] Use $(AndroidPlatformId)
Insert commit message here.
1 parent b054f38 commit ff14c04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build-tools/api-xml-adjuster/api-xml-adjuster.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</_Api>
1616
</ItemGroup>
1717
<CreateItem Include="@(_Api)"
18-
AdditionalMetadata="ParameterDescription=$(_TopDir)\src\Mono.Android\Profiles\api-%(_Api.Level).params.txt;ClassParseXml=$(_OutputPath)api\api-%(_Api.Level).xml.class-parse;ApiAdjustedXml=$(_OutputPath)api\api-%(_Api.Level).xml.in">
18+
AdditionalMetadata="ParameterDescription=$(_TopDir)\src\Mono.Android\Profiles\api-%(_Api.Id).params.txt;ClassParseXml=$(_OutputPath)api\api-%(_Api.Id).xml.class-parse;ApiAdjustedXml=$(_OutputPath)api\api-%(_Api.Id).xml.in">
1919
<Output TaskParameter="Include" ItemName="ApiFileDefinition"/>
2020
</CreateItem>
2121
</Target>

src/Mono.Android/Mono.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9797
<PropertyGroup>
9898
<ImplicitlyExpandDesignTimeFacades>False</ImplicitlyExpandDesignTimeFacades>
99-
<IntermediateOutputPath>$(IntermediateOutputPath)android-$(AndroidApiLevel)\</IntermediateOutputPath>
99+
<IntermediateOutputPath>$(IntermediateOutputPath)android-$(AndroidPlatformId)\</IntermediateOutputPath>
100100
</PropertyGroup>
101101
<Import Project="Mono.Android.targets" />
102102
<PropertyGroup>

0 commit comments

Comments
 (0)