Commit 096b5311 authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

Fuchsia: Roll SDK to a65710e36f72d and adapt to dist libroot changes.

Shared libraries are now spread over two directories in the SDK,
causing some libraries to be omitted from packages, rendering the
libraries non-executable.

This CL registers $sysroot/dist as a library data dependency.

Bug: 707030
Change-Id: Ie05e1b5dacf8924475576c3c53bf0d8d460db1f3
Reviewed-on: https://chromium-review.googlesource.com/1039026
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555282}
parent 5204eb18
......@@ -61,6 +61,7 @@ template("package") {
# Include the SDK's core dynamic libraries in the package.
data = [
dist_libroot,
"${sysroot}/dist",
]
args = [
......
dde85418632f8009ce02fc7d21a0f71af6c6e00c
\ No newline at end of file
a65710e36f72d90c915faf62554ad52f7c39f602
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment