commit | 469a085dc6a21eaf355625f0a1311f01a2dd80d3 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Jul 18 20:21:05 2019 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Thu Jul 18 20:30:44 2019 +0900 |
tree | 6c7537c102cce6c8d15319e8a5429c471aaf3871 | |
parent | 5563827132d26a9bb9a87a40aa69d2eab916fc3e [diff] |
Replace xargs with other shell command Recently Android build team changed environment to use prebuilt toybox binaries for common tools (aosp/852849). However, as toybox xargs does not support -I option, update_and_install_ld_config.mk started to fail filtering out private vndk libraries from the list. To resolve this, xargs usages are replaced with other shell command (read). Bug: 137832162 Test: m -j && tested on Cuttlefish Change-Id: I218ce6272c781f826b87c8efc0d3c77bf6bc3af5