Files
vendor_xiaomi_alioth-camera/README.md
johnmart19 2dc7df3655 MiuiCamera: Move to device/xiaomi/camera & keep prebuilts in vendor/xiaomi/camera
- Regenerate with Python Utils
- Picked latest prebuilts from HyperOS 1.0.3.0 Mi Alioth
- Main repo moved to https://github.com/PocoF3Releases/device_xiaomi_camera
2025-05-19 09:27:37 +03:00

1002 B

proprietary_vendor_xiaomi_camera

Prebuilt modded MIUI/Leica Camera 5.0 for Poco F3/Redmi K40/Mi 11x (alioth), to include in custom ROM builds.

How to use?

  1. Clone this repo to vendor/xiaomi/camera
  2. Clone https://github.com/PocoF3Releases/device_xiaomi_camera to 'device/xiaomi/camera'
  3. Inherit it from device.mk in device tree:
# Camera
$(call inherit-product-if-exists, device/xiaomi/camera/miuicamera.mk)
  1. Ensure that you added misys vintf dependencies in your framework_compatibility_matrix.xml:
    <hal format="hidl" optional="true">
        <name>vendor.xiaomi.hardware.misys</name>
        <version>1.0</version>
        <version>2.0</version>
        <version>3.0</version>
        <version>4.0</version>
        <interface>
            <name>IMiSys</name>
            <instance>default</instance>
        </interface>
    </hal>

3.1 Reference - 26b5766483