Don't use zip files when creating filesystems am: 3b806d3b88 am: a55678c6cf

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2999197

Change-Id: I3f52f4fa030e11f875b4a108c175fd844c305642
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2024-03-15 18:16:12 +00:00
committed by Automerger Merge Worker
3 changed files with 36 additions and 70 deletions

View File

@@ -11030,7 +11030,7 @@ func TestFileSystemShouldSkipApexLibraries(t *testing.T) {
}
`)
inputs := result.ModuleForTests("myfilesystem", "android_common").Output("deps.zip").Implicits
inputs := result.ModuleForTests("myfilesystem", "android_common").Output("myfilesystem.img").Implicits
android.AssertStringListDoesNotContain(t, "filesystem should not have libbar",
inputs.Strings(),
"out/soong/.intermediates/libbar/android_arm64_armv8-a_shared/libbar.so")