miuicamera: Update blobs

Signed-off-by: kylieeXD <khayloaftck@gmail.com>
This commit is contained in:
2026-06-19 16:04:18 +00:00
parent b8340d8f6b
commit 43bfdbd801
3 changed files with 21 additions and 0 deletions
+9
View File
@@ -596,6 +596,15 @@ dex_import {
system_ext_specific: true, system_ext_specific: true,
} }
prebuilt_etc_xml {
name: "manifest_mtkblackbox.xml",
owner: "xiaomi",
src: "proprietary/vendor/etc/vintf/manifest/manifest_mtkblackbox.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}
prebuilt_etc_xml { prebuilt_etc_xml {
name: "vendor.xiaomi.hardware.misys.common.xml", name: "vendor.xiaomi.hardware.misys.common.xml",
owner: "xiaomi", owner: "xiaomi",
+1
View File
@@ -298,6 +298,7 @@ PRODUCT_PACKAGES += \
vendor.xiaomi.hardware.misys-V4.0-java \ vendor.xiaomi.hardware.misys-V4.0-java \
vendor.xiaomi.hardware.misys.V3_0 \ vendor.xiaomi.hardware.misys.V3_0 \
vendor.xiaomi.hardware.misys.common-V2-java \ vendor.xiaomi.hardware.misys.common-V2-java \
manifest_mtkblackbox.xml \
vendor.xiaomi.hardware.misys.common.xml \ vendor.xiaomi.hardware.misys.common.xml \
vendor.xiaomi.hardware.misys.core.xml \ vendor.xiaomi.hardware.misys.core.xml \
vendor.xiaomi.hardware.misys.core-service \ vendor.xiaomi.hardware.misys.core-service \
@@ -0,0 +1,11 @@
<!--
Input:
vendor/xiaomi/proprietary/misys/hypsys/hypsys_vendor/common/default/manifest_mtkblackbox.xml
-->
<manifest version="8.0" type="device">
<hal format="aidl">
<name>vendor.xiaomi.hardware.mtkblackbox</name>
<version>3</version>
<fqname>IMtkblackboxImpl/default</fqname>
</hal>
</manifest>