[lacros] Fix lacros can't build for device with debug mode
When build lacros on device with is_debug=true, it fails with: FAILED: libprotobuf_lite.so libprotobuf_lite.so.TOC /b/s/w/ir/cipd_bin_packages/cpython/bin/python "../../build/toolchain/gcc_solink_wrapper.py" --reade...(too long) lld.elf: error: corrupt input file: version need index 2 for symbol __deregister_frame_info is out of bounds >>> defined in ./libmirclient.so.9 That's because this additional deps is included. From https://codereview.chromium.org/2885223002, the mir project has been cancelled. So it's safe to remove the deps. For lacros, we have gn arg use_gtk=false, so mirclient will not be in deps. Bug: 1127103 Change-Id: Icf88d8c9a862b45e2d87818723dd700853027fcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405743Reviewed-by:Erik Chen <erikchen@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806358}
Showing
Please register or sign in to comment