mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
miatoll: Add Google Camera
Change-Id: Id18fde32623d542beead14df523d0b7b0579f737
This commit is contained in:
parent
2ceb0c8a40
commit
3e418fcb2b
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user