summaryrefslogtreecommitdiff
path: root/sdk/bootclasspath_fragment_sdk_test.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-04-23 20:41:23 +0100
committerPaul Duffin <paulduffin@google.com>2021-04-26 21:21:58 +0100
commite95b53a55d130e7dc8f6c0eec241a0d12702076c (patch)
treee20c049f5a0f563c1bb369c3290c4ffe40c4a624 /sdk/bootclasspath_fragment_sdk_test.go
parentba6afd0dbab19efedc5a849ab2bc6f7923ec6ce3 (diff)
Automatically add bootclasspath_fragment contents to sdk
Previously, both a bootclasspath_fragment and its contents had to be explicitly added to the sdk. This change means that adding a bootclasspath_fragment to and sdk will automatically add its contents as if they were added using java_boot_libs. Bug: 177892522 Test: m nothing Change-Id: I8f7e70649f272c9a109d4606571a2d12c44b7904
Diffstat (limited to 'sdk/bootclasspath_fragment_sdk_test.go')
-rw-r--r--sdk/bootclasspath_fragment_sdk_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/sdk/bootclasspath_fragment_sdk_test.go b/sdk/bootclasspath_fragment_sdk_test.go
index ef4d7cd45..6fb41411d 100644
--- a/sdk/bootclasspath_fragment_sdk_test.go
+++ b/sdk/bootclasspath_fragment_sdk_test.go
@@ -52,7 +52,6 @@ func TestSnapshotWithBootclasspathFragment_ImageName(t *testing.T) {
sdk {
name: "mysdk",
bootclasspath_fragments: ["mybootclasspathfragment"],
- java_boot_libs: ["mybootlib"],
}
apex {
@@ -166,7 +165,6 @@ func TestSnapshotWithBootClasspathFragment_Contents(t *testing.T) {
sdk {
name: "mysdk",
bootclasspath_fragments: ["mybootclasspathfragment"],
- java_boot_libs: ["mybootlib"],
}
bootclasspath_fragment {
@@ -288,7 +286,6 @@ func TestSnapshotWithBootclasspathFragment_HiddenAPI(t *testing.T) {
sdk {
name: "mysdk",
bootclasspath_fragments: ["mybootclasspathfragment"],
- java_boot_libs: ["mybootlib"],
}
bootclasspath_fragment {