No description
- Shell 50.5%
- Makefile 47.7%
- C 1.8%
* 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> |
||
|---|---|---|
| common | ||
| configs | ||
| MiuiCamera | ||
| sepolicy | ||
| shims | ||
| Android.mk | ||
| BoardConfigMiuiCamera.mk | ||
| extract-files.sh | ||
| MiuiCamera.mk | ||
| proprietary-files.txt | ||
| README.md | ||
| setup-makefiles.sh | ||
| system.prop | ||
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>