diff options
Diffstat (limited to 'java/bootclasspath_fragment_test.go')
-rw-r--r-- | java/bootclasspath_fragment_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/bootclasspath_fragment_test.go b/java/bootclasspath_fragment_test.go index 32ed7ea81..a47e12748 100644 --- a/java/bootclasspath_fragment_test.go +++ b/java/bootclasspath_fragment_test.go @@ -231,7 +231,7 @@ func TestBootclasspathFragment_StubLibs(t *testing.T) { java_sdk_library { name: "mysdklibrary", srcs: ["a.java"], - compile_dex: true, + shared_library: false, public: {enabled: true}, system: {enabled: true}, } @@ -239,7 +239,7 @@ func TestBootclasspathFragment_StubLibs(t *testing.T) { java_sdk_library { name: "mycoreplatform", srcs: ["a.java"], - compile_dex: true, + shared_library: false, public: {enabled: true}, } `) |