diff options
author | 2020-08-05 15:40:41 -0700 | |
---|---|---|
committer | 2020-09-10 07:56:03 -0700 | |
commit | 5ca3a6293e6efe1750f1a558c503d3dfccceae31 (patch) | |
tree | ab0c72c63668f2c3c14fe5c375d2e8d55a8fe92f /java/testing.go | |
parent | 3e0b9c031caa7f004330d780d9d4631df3ee4bb3 (diff) |
Add hidden_api for java_import
Test: go java tests
Test: m
Bug: 160455085
Change-Id: Ib6e826e32ca73ceea0799b26145ad06b1e62a1bf
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 1db6ef264..dc8f2a6a0 100644 --- a/java/testing.go +++ b/java/testing.go @@ -146,6 +146,7 @@ func GatherRequiredDepsForTest() string { srcs: ["a.java"], sdk_version: "none", system_modules: "stable-core-platform-api-stubs-system-modules", + compile_dex: true, } `, extra) } |