commit | f886f98554afaaadab92f3025f67a96e3e4d21f1 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Jun 11 09:56:04 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Jun 16 00:01:05 2021 +0000 |
tree | 4c2f4b7ffaca3f76a956d7fe69ef034df79a995b | |
parent | 6529b82782a76e66e33f3a4eb325c03eab27a1f1 [diff] |
warning: import should introduce unique simple name Importing two different types with the same simple name is not allowed. - collision with other imports import q.Bar; import r.Bar; // error - collision with top-level type decl's name import q.Bar; // error parcelable Bar { .. } Bug: 190782365 Test: aidl_unittests Test: m Change-Id: I13c0bde3f710d8230c61c1f0bb9680ea32f980eb
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview