commit | a97b5880e2a0128931e6c3765a5f1a3e00e7efc4 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Nov 02 10:32:54 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Nov 02 09:13:10 2021 +0000 |
tree | e76d9e8dbe752ea6417517cbb82a00d11ece2340 | |
parent | a46b1361b9d1910ec177736a20034aa18f2fdb99 [diff] |
Reject unstructured parcelables in NDK/Rust There's no way to get their definitions (or locations) in NDK/Rust. In C++, `cpp_header` tells its header and in Java it's assumed to be found in classpath. If we need to support them in NDK/Rust, we can add a new keyword `ndk_header` for NDK header and `rust_crate` for Rust crate for them. Fixes: 204817775 Test: aidl_unittest Change-Id: I10f26502de8a8a087adede7fa6a16757a25801a1
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview