-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shared library install target dependency (#3057)
b/335757361 Currently we need to run `ninja -C out/raspi-2_debug cobalt ; ninja -C out/raspi-2_debug cobalt_install` to build an installable target. This change fixes the install target build dependency so that `cobalt_install` depends on `cobalt` for modular installable targets so that we just need to run `ninja -C out/raspi-2_debug cobalt_install` to get an installable binary. (cherry picked from commit 25df9d7)
- Loading branch information
1 parent
ecdcfdb
commit b2d23bb
Showing
2 changed files
with
9 additions
and
6 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