commit | df13edfced5002bf5274d2dff541db58aaa7ecca | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jan 25 13:35:24 2022 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Jan 25 13:35:24 2022 -0800 |
tree | c79edb784d2776a1d453700a91f48fe4146f1668 | |
parent | 17fc71870f3f98dcca010e951633965010e885e3 [diff] |
simpleperf: don't statically link libc++ on darwin. Statically linking libc++ causes segfault when loading libsimpleperf_report.dylib to python on darwin. So switch to shared libc++ on darwin. But for linux and windows host, we still need libc++_static to avoid missing "libc++.so" error. Bug: 216316914 Test: run scripts/test/test.py Change-Id: I32d399a33678c4d97e3f04aa4a30db72e42da560