Merge "Fix system-as-root detection on Pi" am: 60d31dd2f3
am: 0dc3de8f00
Change-Id: I470a121793410629b5328c3eee4d7d6f506ba66a
This commit is contained in:
@@ -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__()
|
||||
|
||||
Reference in New Issue
Block a user