miatoll: Include Google Camera

Change-Id: Id18fde32623d542beead14df523d0b7b0579f737
This commit is contained in:
Alexander Winkowski 2022-02-22 12:42:17 +00:00
parent 29a0ddd61d
commit f520929379
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 9 additions and 0 deletions

View File

@ -22,5 +22,11 @@
"target_path": "vendor/xiaomi/miatoll-fw",
"branch": "thirteen",
"remote": "pixel-devices-blobs"
},
{
"repository": "vendor_xiaomi_miatoll-gcam",
"target_path": "vendor/xiaomi/miatoll-gcam",
"branch": "thirteen",
"remote": "pixel-devices-blobs"
}
]

View File

@ -14,6 +14,9 @@ $(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit from miatoll device
$(call inherit-product, device/xiaomi/miatoll/device.mk)
# Inherit Google Camera
$(call inherit-product, vendor/xiaomi/miatoll-gcam/miatoll-gcam-vendor.mk)
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_GAPPS_ARCH := arm64
TARGET_SUPPORTS_QUICK_TAP := true