diff options
| author | 2023-05-26 05:42:09 +0000 | |
|---|---|---|
| committer | 2023-05-26 05:42:09 +0000 | |
| commit | 40c224656ec15219b3e4d1ff46f57f1076b0ee12 (patch) | |
| tree | 3edf9a7ee284fc7be8218eec3a874088b0cecaec | |
| parent | d261085999f34b0bd87f8b09eed155bf691c4d07 (diff) | |
| parent | 704146094a262f1f7e99ee8606469834ec142a34 (diff) | |
Merge "Exclude diffs caught by sbom_test."
| -rwxr-xr-x | tests/sbom_test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sbom_test.sh b/tests/sbom_test.sh index 2f154cde5..94fe51d2d 100755 --- a/tests/sbom_test.sh +++ b/tests/sbom_test.sh @@ -90,10 +90,12 @@ diff_excludes[system]=\ -I /system/lib64/android.hardware.security.sharedsecret-V1-ndk.so \ -I /system/lib64/android.security.compat-ndk.so \ -I /system/lib64/libkeymaster4_1support.so \ + -I /system/lib64/libkeymaster4support.so \ -I /system/lib64/libkeymint.so \ -I /system/lib64/libkeystore2_aaid.so \ -I /system/lib64/libkeystore2_apc_compat.so \ -I /system/lib64/libkeystore2_crypto.so \ + -I /system/lib64/libkeystore-attestation-application-id.so \ -I /system/lib64/libkm_compat_service.so \ -I /system/lib64/libkm_compat.so \ -I /system/lib64/vndk-29 \ |