commit | 02a3f958dbecf4505b9a87f59227b37d9572e63c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 13 13:39:06 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 13 13:41:59 2022 -0800 |
tree | 9c585e21f3037bbe8913e34d470dd677815efcf0 | |
parent | e060580c31630d325323ee4341be9d30072387b1 [diff] |
Use 0 instead of NULL for comparison to char16_t musl libc defines NULL as nullptr, which is explicitly allowed by C++11. nullptr_t cannot be implicitly cast to an integral type. Use 0 instead. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native Change-Id: I0c3b6c94cd69262f574414bf52494333f2f2645a