commit | 4b83252c36d065127d8aa5afd9304f2aae961608 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed Oct 06 16:08:30 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Oct 07 02:27:51 2021 +0000 |
tree | d17bf9ee964acec96b3dce4a40740eabbbaaabee | |
parent | a34dafdfefa8a54aa5e9c5a32ab34223918bb70c [diff] |
Support nested types in NdkFullClassName() NdkFullClassName() is used in NDK backend to get a C++ type for AidlDefinedType. Previously, it didn't care about nested types. Now it returns ::aidl::my::pkg::ParentType::MyType. Bug: 201730188 Test: aidl_unittests Change-Id: Ib13389248152b3f9afa6f60d3702721a35d9954d
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview