Revert^3 "Implement detecting container violations."

2a88491afc

Change-Id: Iba4527f391a093703978fe01177b56fec4604b28
This commit is contained in:
Priyanka Advani (xWF)
2024-08-28 23:10:29 +00:00
committed by Gerrit Code Review
parent 2a88491afc
commit 33b3a638a5
17 changed files with 19 additions and 225 deletions

View File

@@ -80,7 +80,6 @@ func testSnapshotWithSystemServerClasspathFragment(t *testing.T, sdk string, tar
dex_preopt: {
profile: "art-profile",
},
sdk_version: "current",
}
`),
).RunTest(t)
@@ -111,14 +110,12 @@ func TestSnapshotWithPartialSystemServerClasspathFragment(t *testing.T) {
apex_available: ["myapex"],
srcs: ["Test.java"],
min_sdk_version: "33", // Tiramisu
sdk_version: "current",
}
java_sdk_library {
name: "mysdklibrary-future",
apex_available: ["myapex"],
srcs: ["Test.java"],
min_sdk_version: "34", // UpsideDownCake
sdk_version: "current",
}
sdk {
name: "mysdk",
@@ -202,7 +199,6 @@ func TestSnapshotWithEmptySystemServerClasspathFragment(t *testing.T) {
apex_available: ["myapex"],
srcs: ["Test.java"],
min_sdk_version: "34", // UpsideDownCake
sdk_version: "current",
}
sdk {
name: "mysdk",