commit | 624b393ef3f2b5f0e9bb946af2ca57146c55b775 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jul 10 17:53:41 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jul 11 20:06:34 2019 +0900 |
tree | 0b510c719178204316c4fb6f8fd8c5a26cbe2a73 | |
parent | 036426c75f1fd9007d660243775c4a1f2398bba4 [diff] |
IWindowSession.Default is not available <Iface>.Default class was automatically generated, but a change in the AIDL compiler is scheduled to generate the class only when the AIDL file is compiled with '-version' option, because the default class is only useful for the versioned AIDL case. Stop using IWindowSession.Default since it will be removed. Instead implement IWindowSession directly. Test: build Change-Id: I4551ddcbd794d0d99dc0952bbd6414a2112a5ea2