summaryrefslogtreecommitdiff
path: root/java/sdk_library_test.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2023-02-07 21:59:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-02-07 21:59:20 +0000
commit667200e25bcf95a9363d12bc350a16656c05ff90 (patch)
tree7a58727db965f2d3aae8815f3a901192bc480096 /java/sdk_library_test.go
parentdb23e228353ca5fa5ed4ba050a43a25ef9a1d0c6 (diff)
parentd48abd566b80e407adaba600335b1c0e5824081e (diff)
Merge "Call hook in java_sdk_library after droidstubs generation"
Diffstat (limited to 'java/sdk_library_test.go')
-rw-r--r--java/sdk_library_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sdk_library_test.go b/java/sdk_library_test.go
index 210bfc3a3..1d0c13d4b 100644
--- a/java/sdk_library_test.go
+++ b/java/sdk_library_test.go
@@ -120,6 +120,7 @@ func TestJavaSdkLibrary(t *testing.T) {
result.ModuleForTests(apiScopePublic.stubsSourceModuleName("foo"), "android_common")
result.ModuleForTests(apiScopeSystem.stubsSourceModuleName("foo"), "android_common")
result.ModuleForTests(apiScopeTest.stubsSourceModuleName("foo"), "android_common")
+ result.ModuleForTests(apiScopePublic.stubsSourceModuleName("foo")+".api.contribution", "")
result.ModuleForTests("foo"+sdkXmlFileSuffix, "android_common")
result.ModuleForTests("foo.api.public.28", "")
result.ModuleForTests("foo.api.system.28", "")