-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix action conflict errors from exec config / targetLibcTop mismatch.
Summary: 1. `host.targetLibcTopLabel = libcTopLabel` creates action conflicts with exec configs. 2. This is because a top-level exec config inherits a different libcTopLabel than one after, say, an Android split transition. 3. This doesn't break host configs since they all inherit the (pre-transition) top-level config. 4. Since the intention of targetLibcTopLabel is to preserve the top-level config for a temporary C++ toolchain hack, I've updated its semantics to guarantee that more forcefully. PiperOrigin-RevId: 283604079
- Loading branch information
1 parent
262181b
commit 6720ff3
Showing
1 changed file
with
41 additions
and
5 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