Merge "Fix system-as-root detection on Pi"
am: 60d31dd2f3
Change-Id: Ie8550c62dbaa9bc20b8b995a77c633a907e25fbe
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