commit | d459ccd14e8fcb8134f8ca97045702f46b3e5657 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 13 21:59:58 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Apr 13 21:59:58 2023 -0700 |
tree | e3f368315218dff0a9587756181b2d03b5335261 | |
parent | 07f6f239ee3e4f68e46cd5f8cbf9bd0af53b72f6 [diff] |
Use android::base::Basename instead of basename basename can have different behavior based on whether the glibc or posix version is used, and musl doens't provide the glibc version at all. Avoid the problem by using the one in libbase instead. Test: m USE_HOST_MUSL=true host-native -k Change-Id: If17c7622ed9b9cffc218567a46afb059b608d3c9