releasetools: Remove a dead line.
system_root_image has been dead since commit
2ce63edab7
.
Test: pylint --rcfile=pylintrc add_img_to_target_files.py
Change-Id: Id791747b7313923b82279a21d264a998455a92d4
This commit is contained in:
@@ -404,7 +404,6 @@ def AddImagesToTargetFiles(filename):
|
|||||||
images_dir = None
|
images_dir = None
|
||||||
|
|
||||||
has_recovery = (OPTIONS.info_dict.get("no_recovery") != "true")
|
has_recovery = (OPTIONS.info_dict.get("no_recovery") != "true")
|
||||||
system_root_image = (OPTIONS.info_dict.get("system_root_image", None) == "true")
|
|
||||||
|
|
||||||
def banner(s):
|
def banner(s):
|
||||||
print("\n\n++++ " + s + " ++++\n\n")
|
print("\n\n++++ " + s + " ++++\n\n")
|
||||||
|
Reference in New Issue
Block a user