diff options
| author | 2023-05-25 16:29:20 -0700 | |
|---|---|---|
| committer | 2023-07-11 22:20:54 +0000 | |
| commit | 92275ff913c6d41d6e85f5f622735df69bb9ad5f (patch) | |
| tree | dea9a30afc409aef97108a2acf5f167eff606a77 | |
| parent | 93addffa5cb72daccbe561078ab0825b4176638f (diff) | |
Exclude diffs caught by sbom_test.
Bug: 284279034
Test: build/soong/tests/sbom_test.sh
(cherry picked from https://android-review.googlesource.com/q/commit:704146094a262f1f7e99ee8606469834ec142a34)
Merged-In: I152c2e2c55b6547b2dddf7b1b2524681c9af952e
Change-Id: I152c2e2c55b6547b2dddf7b1b2524681c9af952e
| -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 \ |