DescriptionMake write_library_dependencies.py find all transitive dependencies
For the component build, it is impractical/impossible to explicitly
list all library dependencies. This list is required (in dependency
order) for several of the apk-building steps.
For now, we will generate this list as follows:
Use readelf to find all transitive dependencies
Topologically sort those dependencies
Once we can expose this information from gyp
(http://crbug.com/2255588), it is straightforward to update this action
to use the gyp-exposed list of libraries.
BUG=158821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192103
Patch Set 1 : #
Total comments: 26
Patch Set 2 : #
Messages
Total messages: 9 (0 generated)
|