commit | 3d18c262ec21d0b20120b646788033708e395458 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:09 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Aug 15 19:00:56 2022 -0700 |
tree | e30f1d7ee3a5f376a73d539a1b6653e83d61c9d7 | |
parent | 6f5a9b5d16366f3936b258b31a39652012687bfe [diff] |
Fix array-related errorprone warnings The ArrayEquals, ArrayHashCode, ArrayToString, and ArraysAsListPrimitiveArray errorprone findings were demoted from errors to warnings. Fix existing occurrences of them so they can be made errors again. Bug: 242630963 Test: RUN_ERROR_PRONE=true m javac-check Change-Id: Ie823320896f6add8c9ef56c4d42215e3be12e18b
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.