Some new libraries are added to system partition and are not captured in

product SBOM of cuttlefish devices, ignore these diffs for now in the
SBOM integration test to fix the CI breakage.

Bug: 291073898
Test: build/soong/tests/sbom_test.sh
Change-Id: Idf5569f67642784ee422847301c59dddc8ff0907
This commit is contained in:
Wei Li 2023-07-13 10:29:55 -07:00
parent 06f3c9bb42
commit 9a8df6669b

View file

@ -111,6 +111,14 @@ function test_sbom_aosp_cf_x86_64_phone {
-I /system/lib64/android.hardware.security.rkp-V3-ndk.so \
-I /system/lib64/android.hardware.security.sharedsecret-V1-ndk.so \
-I /system/lib64/android.security.compat-ndk.so \
-I /system/lib64/libcuttlefish_allocd_utils.so \
-I /system/lib64/libcuttlefish_device_config_proto.so \
-I /system/lib64/libcuttlefish_device_config.so \
-I /system/lib64/libcuttlefish_fs.so \
-I /system/lib64/libcuttlefish_kernel_log_monitor_utils.so \
-I /system/lib64/libcuttlefish_utils.so \
-I /system/lib64/libfruit.so \
-I /system/lib64/libgflags.so \
-I /system/lib64/libkeymaster4_1support.so \
-I /system/lib64/libkeymaster4support.so \
-I /system/lib64/libkeymint.so \