diff options
author | Orion Hodson <oth@google.com> | 2021-07-01 15:54:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-07-01 15:54:10 +0000 |
commit | e6e499b3eba75e441739b8a33e58ed476e0d85c3 (patch) | |
tree | 6c2816425f5f1b764afd81bc19609dc9115d92dd /java/bootclasspath_fragment_test.go | |
parent | fb5229b3bcf3c8830c1dd287dce9053c5d335905 (diff) | |
parent | 58423878328d3e1e126b4473e786c18f03e9c0e2 (diff) |
Merge "Support using java_sdk_library components in stub_libs" into sc-dev
Diffstat (limited to 'java/bootclasspath_fragment_test.go')
-rw-r--r-- | java/bootclasspath_fragment_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootclasspath_fragment_test.go b/java/bootclasspath_fragment_test.go index b46988636..3d0e1558f 100644 --- a/java/bootclasspath_fragment_test.go +++ b/java/bootclasspath_fragment_test.go @@ -197,7 +197,7 @@ func TestBootclasspathFragment_StubLibs(t *testing.T) { ], }, core_platform_api: { - stub_libs: ["mycoreplatform"], + stub_libs: ["mycoreplatform.stubs"], }, } |