b255f002ff473ce4f498008efe5416b64b26ab0a
Change-Id: I4a53c6d94e552627eb72bd4fc1384907f425f2e7
proprietary_vendor_xiaomi_camera
Prebuilt stock MIUI Camera to include in custom ROM builds.
Extracted from lisa MIUI package (refer proprietary-files.txt for version).
Supported devices
- Xiaomi 11 Lite NE (lisa)
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%