From 3e418fcb2bb66c8a62a8e398446ef0632d82e0da Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Tue, 22 Feb 2022 12:42:17 +0000 Subject: [PATCH] miatoll: Add Google Camera Change-Id: Id18fde32623d542beead14df523d0b7b0579f737 --- aosp.dependencies | 5 +++++ aosp_miatoll.mk | 3 +++ 2 files changed, 8 insertions(+) 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