diff --git a/aosp.dependencies b/aosp.dependencies index a444c0a..b41d626 100644 --- a/aosp.dependencies +++ b/aosp.dependencies @@ -7,5 +7,10 @@ "repository": "vendor_xiaomi_miatoll", "target_path": "vendor/xiaomi/miatoll", "remote": "pixel-devices-blobs" + }, + { + "repository": "vendor_xiaomi_miatoll-gcam", + "target_path": "vendor/xiaomi/miatoll-gcam", + "remote": "pixel-devices-blobs" } ] diff --git a/aosp_miatoll.mk b/aosp_miatoll.mk index 19b6aed..53e085a 100644 --- a/aosp_miatoll.mk +++ b/aosp_miatoll.mk @@ -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