Skip to content

Commit

Permalink
Set --incompatible_prohibit_aapt1 default to true.
Browse files Browse the repository at this point in the history
#10000

PiperOrigin-RevId: 283339441
  • Loading branch information
bchang authored and copybara-github committed Dec 2, 2019
1 parent a4d93ca commit 85e84f7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 780 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ public static class Options extends FragmentOptions {
OptionMetadataTag.INCOMPATIBLE_CHANGE,
OptionMetadataTag.TRIGGERED_BY_ALL_INCOMPATIBLE_CHANGES
},
defaultValue = "false",
defaultValue = "true",
help =
"End support for aapt in Android rules. "
+ "To resolve issues when migrating your app to build with aapt2, see "
Expand Down
Loading

0 comments on commit 85e84f7

Please sign in to comment.