Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c4b9eef authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "fs_config: Fix generation for devices without vendor partition" am: 00a086cc

am: 86423cc8

Change-Id: I8241a5f980dedf2ab624dc070424849e458424b3
parents 8ff0fe31 86423cc8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1066,6 +1066,8 @@ class FSConfigGen(BaseGenerator):
        path = fs_config.path

        if self._partition == 'system':
            if not self._all_partitions:
                return True
            for skip_partition in self._all_partitions.split(','):
                if path.startswith(skip_partition) or path.startswith(
                        'system/' + skip_partition):