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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user