Skip to content

Commit 253e986

Browse files
ahumeskycopybara-github
authored andcommitted
Set the default value of --android_fixed_resource_neverlinking to true so that Android resources will properly not propagate through neverlinked libraries.
RELNOTES: Android resources will no longer propagate through neverlinked libraries by default. PiperOrigin-RevId: 557893161 Change-Id: I48438c638e9cc5380c95d06a0b94738a14d471a5
1 parent 0a74086 commit 253e986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ public static class Options extends FragmentOptions {
746746

747747
@Option(
748748
name = "android_fixed_resource_neverlinking",
749-
defaultValue = "false",
749+
defaultValue = "true",
750750
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
751751
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
752752
help =

0 commit comments

Comments
 (0)