- 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
1002 B
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?
- Clone this repo to
vendor/xiaomi/camera - Clone https://github.com/PocoF3Releases/device_xiaomi_camera to 'device/xiaomi/camera'
- Inherit it from
device.mkin device tree:
# Camera
$(call inherit-product-if-exists, device/xiaomi/camera/miuicamera.mk)
- 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