diff options
author | 2024-09-30 14:06:40 +0900 | |
---|---|---|
committer | 2024-09-30 14:06:40 +0900 | |
commit | be64285ebb0cb55f285f7c0c5da50146955c7bf6 (patch) | |
tree | eb8326cf35a2e175e7d7ce3dd9f8b841a8bdcbc9 | |
parent | 17abcb611119b81578eda637187aebac886567ad (diff) |
Remove libvendorsupport.so from the filediff allowlist
libvendorsupport.so is included in soong system image. Remove it from
the allowlist.
Bug: 369678122
Test: lunch aosp_cf_x86_64_phone_soong_system-trunk_staging-userdebug
&& m
Change-Id: I222f98111299fe0cc79e4fb216e8d6e1993f88b2
-rw-r--r-- | tools/filelistdiff/allowlist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/filelistdiff/allowlist b/tools/filelistdiff/allowlist index c65756f8b2..e7b1d01a99 100644 --- a/tools/filelistdiff/allowlist +++ b/tools/filelistdiff/allowlist @@ -4,7 +4,6 @@ framework/oat/x86_64/apex@com.android.compos@javalib@service-compos.jar@classes. framework/oat/x86_64/apex@com.android.compos@javalib@service-compos.jar@classes.odex.fsv_meta framework/oat/x86_64/apex@com.android.compos@javalib@service-compos.jar@classes.vdex framework/oat/x86_64/apex@com.android.compos@javalib@service-compos.jar@classes.vdex.fsv_meta -lib/libvendorsupport.so # b/353429422 init.environ.rc |