Commit 9fd0c59b authored by Yun Liu's avatar Yun Liu Committed by Commit Bot

[code coverage] Instrument module_installer_java

Coverage was off for module_installer_java because of crbug/965606
Specifically, ModuleInstaller.java caused different files with same
package and class name.
As this issue was resolved, coverage can turn on now.

Bug: 843307
Change-Id: I91080b9a5b9c29bb2444dc1591d6877f4aad9f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819862Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatarFred Mello <fredmello@chromium.org>
Commit-Queue: Yun Liu <yliuyliu@google.com>
Cr-Commit-Position: refs/heads/master@{#699834}
parent c9c33f05
......@@ -29,8 +29,6 @@ android_library("module_installer_java") {
srcjar_deps = [ ":module_installer_build_config" ]
jar_excluded_patterns = [ "*/ModuleInstallerConfig.class" ]
jacoco_never_instrument = true
}
android_library("module_installer_test_java") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment