lineage: common: Exclude ntfs-3g from artifact path requirement

Change-Id: I6253ac0b326f86ba7fd78f6babb9ee2242ba9133
This commit is contained in:
Nolen Johnson
2022-10-03 21:16:56 -04:00
parent c162e6ba1c
commit 722348f737

View File

@@ -150,6 +150,13 @@ PRODUCT_PACKAGES += \
mkfs.ntfs \
mount.ntfs
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/bin/fsck.ntfs \
system/bin/mkfs.ntfs \
system/bin/mount.ntfs \
system/%/libfuse-lite.so \
system/%/libntfs-3g.so
# Openssh
PRODUCT_PACKAGES += \
scp \