commit | b8c9a05a89e0a04baf64a41bd7011ef39b5e8704 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Feb 24 02:07:45 2021 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Thu Feb 25 17:16:32 2021 +0000 |
tree | dd671cfac7cfd2f5463a12c7a54c875274e0e741 | |
parent | 233aa160c24a799871ef236e6dafba4888f43a56 [diff] |
Attempt to run error_prone_android_framework_test as unit tests * unclear why the test mapping file is not running with host:true since it's a java_test_host * See go/a-unit-tests for full details The test will continue to be part of presubmit but running as part of the unit tests suite instead of TEST_MAPPING. For unit tests, explicit test_mapping declaration isn't needed to run. Change-Id: I9c0b93d6e6eb0b97ff96b1ac7c02d4525b762bd6 Test: presubmit Bug: 180736967