Skip to content
Snippets Groups Projects
Commit a0fce889 authored by Allen Hair's avatar Allen Hair
Browse files

Whitelist Offline.getProbes(..).

Test: atest -v -it CtsSystemUiTestCases -- --abi x86 --test-arg com.android.tradefed.testtype.AndroidJUnitTest:coverage:true
Bug: 122330976

Change-Id: Iba611dccdd4005e24df0517a3048f8f92de0ff16
parent fde6a55f
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