-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Fix up AndroidStoreUncompressedFileExte…
…nsions. (#3968) Fixes #3962 Commit d20a991 fixed up an issue where `aapt2` was always compressing items even if they were defined in `AndroidStoreUncompressedFileExtensions`. However users are not always including a period in the values they place in that ItemGroup. In the Linked issue the user was using `tflite` rather than `.tflite` which `aapt2` is expecrting. So lets check to see if we have a `.` prefix and if not add one. * Added Unit Test * Fixed Native Library Compression Method
- Loading branch information
1 parent
68324d0
commit 6e40a8f
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters