commit | d09a21d1667e0d476ad2fee187a0a50c167272dc | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Feb 15 18:56:55 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Feb 16 02:00:17 2021 +0000 |
tree | ca93f6eb84f3f5b791f4e29464606784c08ccf3c | |
parent | cea8900e0cd25ca5bcedf9af2ee0a77d16568849 [diff] |
CheckValid/LanguageSpecificCheckValid for type args Even though arrays of interfaces are not supported (this is checked in AidlTypeSpecifier::CheckValid), we've been missing checks when they are used in type arguments (e.g. Map<String, IFoo[]>). We should call CheckValid funtions recursively for type args. Bug: 180255700 Test: aidl_integration_test Change-Id: I6a7cc30da98690c7325a87c8d0db6385fd599bfc
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview