Skip to content
Snippets Groups Projects
Commit 722348f7 authored by Nolen Johnson's avatar Nolen Johnson
Browse files

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

Change-Id: I6253ac0b326f86ba7fd78f6babb9ee2242ba9133
parent c162e6ba
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment