b21db8d9853fac813a50008cb0a72d3f07e1d9e5
In android 15 QPR1, google has removed a public method of the Surface class. Our jni lib used that method and relies on the offset remaining the same, so patch the lib to load it with the smaller offset. LineageOS/android_frameworks_native@6a5fdc1 Co-authored-by: Arian <arian.kulmer@web.de>
proprietary_vendor_xiaomi_camera
Prebuilt stock MIUI/Leica Camera for Poco F3/Redmi K40/Mi 11x (alioth), to include in custom ROM builds.
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)
- 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 - c8ae872b8f
Description