Add TargetOS=Android back into the sample run. This caused TargetsMobile not to...
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 14 Oct 2020 21:38:08 +0000 (17:38 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 21:38:08 +0000 (17:38 -0400)
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
src/mono/netcore/sample/Android/Makefile

index 0ee5290..05ffeb2 100644 (file)
@@ -10,6 +10,7 @@ runtimepack:
 run:
        $(DOTNET) publish \
        /p:TargetArchitecture=$(MONO_ARCH) \
+       /p:TargetOS=Android \
        /p:Configuration=$(MONO_CONFIG) \
        /p:DeployAndRun=true