tanzanite: Sync with device tree

Change-Id: Ia392de8b416f0e766dbb579d0839b20548932a84
Signed-off-by: Nathan <nathannxx@proton.me>
This commit is contained in:
2026-04-13 01:15:23 +00:00
parent 2b8a3bc59b
commit cc647e0aab
14 changed files with 197 additions and 1 deletions
+101 -1
View File
@@ -1811,7 +1811,6 @@ cc_prebuilt_library_shared {
"libcutils",
"libbase",
"libz",
"arm.graphics-V1-ndk_platform",
"android.hardware.graphics.mapper@4.0",
"libgralloctypes",
"libhidlbase",
@@ -8347,6 +8346,56 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libarm_egl_properties_sysprop",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libarm_egl_properties_sysprop.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libarm_gralloc_properties_sysprop",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libarm_gralloc_properties_sysprop.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libarmnn",
owner: "xiaomi",
@@ -10680,6 +10729,31 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "liblibarm_mali_config_sysprops",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/liblibarm_mali_config_sysprops.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libmi_bokehpre",
owner: "xiaomi",
@@ -13608,6 +13682,32 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "arm.graphics-V3-ndk",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/mt6789/arm.graphics-V3-ndk.so",
],
shared_libs: [
"libbinder_ndk",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
relative_install_path: "mt6789",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "lib3a.ae.core",
owner: "xiaomi",