mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
vendor_detect: add pixel-framework for building pe
This commit is contained in:
parent
fbee692135
commit
9114292f16
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue