commit | 35c4a19ad9a70a74cdd634195cc37a689958cbb4 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Feb 23 21:35:32 2024 +0000 |
committer | Dan Albert <danalbert@google.com> | Fri Feb 23 21:35:32 2024 +0000 |
tree | 82a990caba98c8c762689366a6cd2fed72f91780 | |
parent | ea0c498c63b10c0e13cb47dd4f5d243018216474 [diff] |
Don't rely on default argument of NDK API. The NDK APIs are supposed to be C-compatible. This one accidentally included a default argument, which is a C++ feature. That's being fixed, so this needs to pass the argument explicitly. Bug: https://github.com/android/ndk/issues/1920 Test: treehugger Change-Id: Ia79da4b4593dfd46302cb44298e906bb8e6c4d86