forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add override_manifest_package option to avoid stamping manifests
https://jira.sc-corp.net/browse/APP-56636 (option bazelbuild#5) By default Bazel always performs a manifest merge action for every android_library with resources. This involves overriding the manifests package attribute with either a package inferred from the java{,tests} source root relative to the BUILD file or from the override specified in the custom_package attribute. This option disables the automatic stamping for users who would be happy to accept the package specified in the manifest and do not wish to override it. Saves 270 Actions Before: ManifestMerger 271 398 kb 74 kb 64176 s After: ManifestMerger 1 302 kb 0 b 489 s Will mostly affect clean builds. --- Automatic squash commit from https://github.sc-corp.net/Snapchat/bazel/pull/37 Cooled by jgerrish
- Loading branch information
Showing
4 changed files
with
47 additions
and
21 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