vendor_detect: add pixel-framework for building pe

This commit is contained in:
roynatech2544 2021-11-28 03:25:52 +09:00
commit 9114292f16
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

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", "samsung", "gapps", "google", "gms", "codeaurora"]
blacklist = ["qcom", "nxp","pixel-framework" ,"samsung", "gapps", "google", "gms", "codeaurora"]
vendors = os.listdir("vendor")
for vendor in vendors:
if DEBUG: