Merge "Fix system-as-root detection on Pi"

This commit is contained in:
Treehugger Robot
2018-02-26 08:39:24 +00:00
committed by Gerrit Code Review

View File

@@ -64,7 +64,7 @@ class ImageMounter(base_mounter.BaseMounter):
"""Provides a file accessor which can access files in the given image file."""
DETECT_SYSTEM_AS_ROOT = 'detect-system-as-root'
_SYSTEM_FILES = ['compatibility_matrix.xml', 'build.prop', 'manifest.xml']
_SYSTEM_FILES = ['compatibility_matrix.xml', 'build.prop']
def __init__(self, image_filename, path_prefix):
super(ImageMounter, self).__init__()