From 9448587d95d106d3955d94a83c90432aa96ff063 Mon Sep 17 00:00:00 2001 From: razorloves Date: Fri, 26 Jul 2019 22:44:23 -0500 Subject: scripts: Add atv to devices.py blacklist The device repos with 'atv' in their name are just common repos for atv devices. It's not an actual device named 'atv' that we build, so it needs to be added to the blacklist so that the script doesn't treat it as one. Change-Id: I2afd840677ef38f510b85d13a93a0ff4c628fa61 --- device-deps-regenerator/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-deps-regenerator/devices.py b/device-deps-regenerator/devices.py index 13d66b0..cbfa0f3 100644 --- a/device-deps-regenerator/devices.py +++ b/device-deps-regenerator/devices.py @@ -5,7 +5,7 @@ with open('out.json') as f: devices = {} suffixes = {} -blacklist = ['sepolicy', 'devicesettings', 'common'] +blacklist = ['sepolicy', 'devicesettings', 'common', 'atv'] def simplify_reverse_deps(repo, device): # repo['branch'] = cm-14.1 or cm-14.1-caf or cm-14.1-sony -- cgit v1.2.3