universal7885: Add some rules to make ds work on enforcing

This commit is contained in:
Kevios12 2021-12-01 00:53:59 +00:00 committed by roynatech2544
commit 62b750c2e9
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
12 changed files with 14 additions and 38 deletions

View file

@ -5,7 +5,7 @@ parser.add_argument("-d", help="Debug", type=int)
args = parser.parse_args()
var = vars(args)
DEBUG = var['d'] == 1
blacklist = ["qcom", "nxp","pixel-framework" ,"samsung", "gapps", "google", "gms", "codeaurora"]
blacklist = ["qcom", "nxp","pixel-framework" ,"support", "overlay","samsung", "gapps", "google", "gms", "codeaurora"]
vendors = os.listdir("vendor")
for vendor in vendors:
if DEBUG: