Return type of getInterfaceVersion() is resolved.

NDK backend ensures that all types are resolved. However, types used in
the meta transactions (i.e., int getInterfaceVersion()) are not from the
source code and thus are never resolved (because the type didn't get
through the parser). Fixing this problem by explicitly resolving it when
added.

Bug: 110760419
Test: aidl_unittests
Change-Id: I6bec04371cff2c1efc89b32d3f251e787e5941d9
1 file changed