diff options
author | 2022-11-21 18:03:12 +0000 | |
---|---|---|
committer | 2022-11-21 18:03:12 +0000 | |
commit | ba36441424871f8f930f6be84cfb6560876bf0cd (patch) | |
tree | 39ae4efaa91636b2b185096f9b4f567ef7c6cb4a /java/java_test.go | |
parent | 0e2c2aaa60933b554802e786ce4ce75c89bd09a3 (diff) | |
parent | 60d4a09cb5de9258f673e5aa38e83a3926334fb8 (diff) |
Merge "Update java_api_library prop name"
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/java_test.go b/java/java_test.go index 3f8cd8e90..62c284595 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -1823,13 +1823,13 @@ func TestJavaApiLibraryAndProviderLink(t *testing.T) { java_api_library { name: "bar1", api_surface: "public", - api_providers: ["foo1"], + api_contributions: ["foo1"], } java_api_library { name: "bar2", api_surface: "system", - api_providers: ["foo1", "foo2"], + api_contributions: ["foo1", "foo2"], } `, map[string][]byte{ @@ -1876,13 +1876,13 @@ func TestJavaApiLibraryJarGeneration(t *testing.T) { java_api_library { name: "bar1", api_surface: "public", - api_providers: ["foo1"], + api_contributions: ["foo1"], } java_api_library { name: "bar2", api_surface: "system", - api_providers: ["foo1", "foo2"], + api_contributions: ["foo1", "foo2"], } `, map[string][]byte{ |