DescriptionFix sysroot_ld_path.sh to correctly process the included configs.
The $included_files var contains a list of paths relative to the sysroot.
However calling `ls $included_files` gives us a list of paths relative to the host system root, which is obviously wrong. We need to do `ls $root$included_files` instead.
BUG=324207
R=thestig@chromium.org
CC=sl.ostapenko@samsung.com
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251356
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 1
Patch Set 3 : #Messages
Total messages: 7 (0 generated)
|