Compile android.test.*.stubs into dex

Adjust the build rules of android.test.*.stubs packages to also
produce a jar with dex files. This will be used by the `hiddenapi`
tool to categorize the boot class path equivalents as public API.

Bug: 79409988
Test: m android.test.base.stubs ; check javalib.jar contains dex
Change-Id: I1d0850b18044c559ea4b9893d929dc45884b32c3
This commit is contained in:
David Brazdil
2018-06-28 10:23:50 +01:00
parent e7325a0189
commit a2c457fd2a
3 changed files with 4 additions and 0 deletions

View File

@@ -115,4 +115,5 @@ java_library_static {
},
},
sdk_version: "current",
compile_dex: true,
}