Arindam Bhattacharjee 917a2a8c12 miuicamera: Switch back to split MiuiCamera
* GitLFS crossing the bandwidth limit which is around 1GB of cap per month
* With the help of Android.bp genrule method we can merge the apk's .part files at compile time

Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
2025-03-08 20:43:03 +00:00
2024-08-17 10:43:47 +05:30
2024-08-17 10:41:52 +05:30
2024-08-17 10:43:48 +05:30

MiuiCamera for Miatoll

Clone to vendor/xiaomi/miuicamera and add these lines in your device tree :

  • In device.mk:
$(call inherit-product-if-exists, vendor/xiaomi/miuicamera/MiuiCamera.mk)
  • In BoardConfig.mk:
-include vendor/xiaomi/miuicamera/BoardConfigMiuiCamera.mk
  • In device FCM:
<hal format="hidl" optional="true">
    <name>vendor.xiaomi.hardware.misys</name>
    <version>1.0</version>
    <version>2.0</version>
    <version>3.0</version>
    <interface>
        <name>IMiSys</name>
        <instance>default</instance>
    </interface>
</hal>
Description
No description provided
Readme 192 MiB
Languages
Shell 50.5%
Makefile 47.7%
C 1.8%