From 313c8166e12baacce4c1f63cdb1f72d4678228c0 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 31 Aug 2023 16:02:48 -0700 Subject: [PATCH] Ignore the newly added symllink /system/bin/hwservicemanager so it doesn't cause CI failure in sbom_integration. The symlink will be added to SBOM later. Bug: Test: build/soong/tests/sbom_test.sh Change-Id: I170e554e8b805736c60b8d26533bd0ab41e7575a --- tests/sbom_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sbom_test.sh b/tests/sbom_test.sh index 9801a8e4f..9ba19cf48 100755 --- a/tests/sbom_test.sh +++ b/tests/sbom_test.sh @@ -91,6 +91,7 @@ function test_sbom_aosp_cf_x86_64_phone { diff_excludes[system]="\ -I /system/bin/assemble_cvd \ -I /system/bin/console_forwarder \ + -I /system/bin/hwservicemanager \ -I /system/bin/kernel_log_monitor \ -I /system/bin/logcat_receiver \ -I /system/bin/mkenvimage_slim \