b1c9897f292908ccbc2aebe8ca9cc07a0b46886a
proprietary_vendor_xiaomi_camera
Prebuilt MIUI Leica Camera to include in custom ROM builds.
Supported devices
- POCO F4/Redmi K40S (munch)
- POCO X3 Pro (vayu)
- Xiaomi 11 Lite NE (lisa)
- Redmi Note 12 Turbo / POCO F5 (marble)
- Xiaomi 13 (fuxi)
How to use?
-
Clone this repo to
vendor/xiaomi/camera -
Inherit it from
device.mkin device tree:
# Camera
$(call inherit-product-if-exists, vendor/xiaomi/camera/miuicamera.mk)
- Set
ro.product.mod_deviceaccording to stock, andro.miui.notch=1if the device has a display cutout, for example:
PRODUCT_SYSTEM_PROPERTIES += \
ro.miui.notch=1 \
ro.product.mod_device=lisa
Description
Languages
Shell
64%
Makefile
36%