From 89c6432dbf33f7d1d1ce537d2a4e64406f0030fb Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Thu, 28 Jun 2018 10:23:50 +0100 Subject: 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 Merged-In: I1d0850b18044c559ea4b9893d929dc45884b32c3 Change-Id: Ief28cd5e6d0cdd58f22fab751e0173ccf8c69a0c --- test-base/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'test-base') diff --git a/test-base/Android.bp b/test-base/Android.bp index a0e39856e9c7..194b90ee95e6 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -115,4 +115,5 @@ java_library_static { }, }, sdk_version: "current", + compile_dex: true, } -- cgit v1.2.3