Go to file
Karan Parashar 8795947b54 lisa-miuicamera: Set ro.miui.notch property
Change-Id: I8608ea3140ef630ac8279ce15959a46d4576dfac
2023-07-17 00:38:32 +02:00
configs/permissions Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
proprietary/system lisa-miuicamera: Update to miui_LISAGlobal_V14.0.4.0.TKOMIXM 2023-07-10 16:05:56 +02:00
sepolicy/vendor Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
Android.bp lisa-miuicamera: Override Aperture 2023-04-26 05:28:10 +00:00
Android.mk Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
BoardConfigVendor.mk Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
README.md Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
camera-vendor.mk Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
extract-files.sh Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30
miuicamera.mk lisa-miuicamera: Set ro.miui.notch property 2023-07-17 00:38:32 +02:00
proprietary-files.txt lisa-miuicamera: Override Aperture 2023-04-26 05:28:10 +00:00
setup-makefiles.sh Restructure to vendor/xiaomi/camera 2023-04-23 23:56:04 +05:30

README.md

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?

  1. Clone this repo to vendor/xiaomi/camera

  2. Inherit it from device.mk in device tree:

# Camera
$(call inherit-product-if-exists, vendor/xiaomi/camera/miuicamera.mk)
  1. Set ro.product.mod_device according to stock, and ro.miui.notch=1 if the device has a display cutout, for example:
PRODUCT_SYSTEM_PROPERTIES += \
    ro.miui.notch=1 \
    ro.product.mod_device=lisa