commit | 59cf2498811bb902ce1b6237035168d7ce44c24d | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Mar 10 17:55:14 2023 -0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Mon Mar 13 11:22:31 2023 -0700 |
tree | bbcc8313833e610bc2a8feff282c001737f9d377 | |
parent | 1040bb08159530216a59ed36294d1740f9cf444c [diff] |
Declare `ConversionResult` in `android` namespace Previously the declaration was depending on the `BACKEND_NDK` define, and `ConversionResult` could end up in the `aidl` NS (::aidl::ConversionResult). Having it in `android` is more convenient as it works for nested namespaces of `android`, for example `android::effect`. Added alias `aidl::android::ConversionResult` for the NDK backend case. Bug: 205884982 Test: m Change-Id: Ic3238144d35afb86db57d5d620f2f28ccd89021e