aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@google.com>2018-02-07 09:59:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-07 09:59:26 +0000
commit9926b3d78c15d94320490d9f112045abd6fd5ed0 (patch)
treefe6dd0a3487802d48f202ea15197baa5a04eb808
parentf8183fcbaa1ce8afc5915bad57badb0b8f1953bd (diff)
parent47f758240555c3b8ab0285b757229530cc41ae29 (diff)
downloadsquashfs-tools-9926b3d78c15d94320490d9f112045abd6fd5ed0.tar.gz
Revert "mksquashfs: Run android_fs_config() on the root inode" am: 4a7832b580
am: 47f7582405 Change-Id: I9eef2894716e57a19206d83b09e74b633c262e25
-rw-r--r--squashfs-tools/mksquashfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index 5df1f94..60be156 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -3296,9 +3296,6 @@ void dir_scan(squashfs_inode *inode, char *pathname,
/* ANDROID CHANGES START*/
#ifdef ANDROID
dir_ent->capabilities = caps;
- if (android_config) {
- android_fs_config(fs_config_func, "", &dir_ent->inode->buf, target_out_path, &dir_ent->capabilities);
- }
#endif
/* ANDROID CHANGES END */