Skip to content
Snippets Groups Projects
Commit 4532dfd9 authored by Allen Hair's avatar Allen Hair Committed by android-build-merger
Browse files

Whitelist Offline.getProbes(..). am: a0fce889 am: 11147a32

am: 0def5d5d

Change-Id: Ia0ecdf188fb01978b03af22335a69d1267a200f2
parents cb227357 0def5d5d
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,19 @@ java_library {
],
}
// Generates stubs containing the classes that will be referenced by instrumented bytecode.
droidstubs {
name: "jacoco-stubs-gen",
srcs: ["org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Offline.java"],
}
// A stubs target containing the parts of JaCoCo that we need to add to the hidden API whitelist.
java_library {
name: "jacoco-stubs",
compile_dex: true,
srcs: [":jacoco-stubs-gen"],
}
// Build jacoco-cli from sources for the platform
// TODO(jeffrygaston) it'd be nice to keep the build process and/or list of source files in sync with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment