Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the AndroidUseAapt2 MSBuild property #9506

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Nov 12, 2024

  • Remove the AndroidUseAapt2 MSbuild property. All of the code it was protecting is now the default and users are no longer able to use aapt. So this property is redundant.
  • Update the ResolveAndroidTooling task to look for .cmd,.bat and .exe like we do other tools. While this is not needed at the moment, it is useful for unit tests since we cannot create a .cmd file and name it .exe and have it run. It also allows us the flexibility to write wrappers for the tool if needed.

@dellis1972 dellis1972 marked this pull request as ready for review November 15, 2024 09:51
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also delete?

And maybe there is some other code calling it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants