commit | 6f2ae489d7243b38b7ff3eafd81cfa29f37287ed | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jan 09 13:01:46 2023 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Jan 09 14:15:27 2023 -0800 |
tree | 08eabd2e6d705a9674cd7095343ae5c64f8ef5fc | |
parent | 177f5b18223e8d67077fa2bc994d35db676e41f0 [diff] |
Use err() instead of error() in mkbootfs error() is a glibc extension that is not available in musl libc. err() is a BSD extension, but is present in glibc, musl libc and bionic. Test: m USE_HOST_MUSL=true host-native -k Change-Id: I2ba7bddc2a725826be8be7f80208587b81de9238