Update fixGappsProp.py

This commit is contained in:
wushidi 2023-12-06 18:40:05 +08:00 committed by GitHub
parent 7d3d308812
commit 1e7c50b059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,11 @@ class Prop(OrderedDict):
new_props = {
("product", "brand"): "google",
("product", "manufacturer"): "Google",
("build", "product"): "cheetah",
("product", "name"): "cheetah",
("product", "device"): "cheetah",
("product", "model"): "Pixel 7 Pro",
("build", "flavor"): "cheetah-user"
("build", "product"): "husky",
("product", "name"): "husky",
("product", "device"): "husky",
("product", "model"): "Pixel 8 Pro",
("build", "flavor"): "husky-user"
}