commit | d9d809be02ef5627c2cc953eaf0ce2a57484364a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Oct 05 16:47:59 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Oct 05 16:50:55 2021 +0900 |
tree | f9325a71cfc3fe35192c8cf515d06a78c7b79370 | |
parent | cbfb18e134845deeace954bbba818acda48cb80f [diff] |
getStagedApexInfo() returns @nullable Its return value (StagedApexInfo) is nullable, but not in .aidl file. This doesn't affect in the Java backend, but it matters in the other native backends including Rust. Bug: 199146189 Test: m Change-Id: Idab01ad1989100293e03cd7c2c605eb2d51f2e88