commit | f17f2481e0148e78ffb0587c176c73eac7916b7f | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Jan 16 09:11:57 2020 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu Jan 16 09:12:51 2020 +0000 |
tree | bae25daef94e087359ac7c3502388678e50de937 | |
parent | 0fdb01dc7d1fc74562c14085af5d64ff23ebca02 [diff] [blame] |
Whitelist jacocoagent for com.android.art Used in coverage builds. Test: NATIVE_COVERAGE=true \ EMMA_INSTRUMENT_FRAMEWORK=true \ EMMA_INSTRUMENT=true \ m nothing Change-Id: I6309d8149fce016eb9689326eeae221914e4c3bb
diff --git a/apex/apex.go b/apex/apex.go index 76b3bca..3d1b20e 100644 --- a/apex/apex.go +++ b/apex/apex.go
@@ -75,6 +75,7 @@ // Module separator // m["com.android.art"] = []string{ + "jacocoagent", "libadbconnection_server", "libartd-disassembler", "libbacktrace",