miatoll: Add Google Camera

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

View File

@ -7,5 +7,10 @@
"repository": "vendor_xiaomi_miatoll", "repository": "vendor_xiaomi_miatoll",
"target_path": "vendor/xiaomi/miatoll", "target_path": "vendor/xiaomi/miatoll",
"remote": "pixel-devices-blobs" "remote": "pixel-devices-blobs"
},
{
"repository": "vendor_xiaomi_miatoll-gcam",
"target_path": "vendor/xiaomi/miatoll-gcam",
"remote": "pixel-devices-blobs"
} }
] ]

View File

@ -14,6 +14,9 @@ $(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit from miatoll device # Inherit from miatoll device
$(call inherit-product, device/xiaomi/miatoll/device.mk) $(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_BOOT_ANIMATION_RES := 1080
TARGET_GAPPS_ARCH := arm64 TARGET_GAPPS_ARCH := arm64
TARGET_SUPPORTS_QUICK_TAP := true TARGET_SUPPORTS_QUICK_TAP := true