maintainers: Add fastboot_generic as a bad point
Change-Id: I0475bd6c8c5355767de398524d525996201691ce
This commit is contained in:
@@ -83,6 +83,8 @@ for codename in codenames:
|
|||||||
try:
|
try:
|
||||||
if not yml["install_method"] or "TODO" in yml["install_method"]:
|
if not yml["install_method"] or "TODO" in yml["install_method"]:
|
||||||
print("{} doesn't have an install method listed".format(codename))
|
print("{} doesn't have an install method listed".format(codename))
|
||||||
|
elif "fastboot_generic" in yml["install_method"]:
|
||||||
|
print("{} uses fastboot_generic install method".format(codename))
|
||||||
elif "dd" in yml["install_method"]:
|
elif "dd" in yml["install_method"]:
|
||||||
try:
|
try:
|
||||||
if not yml["recovery_partition"]:
|
if not yml["recovery_partition"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user