sdm660-common: add thermal-engine from stock 438 (X00TD) /73 (X01BD) Android 10 Q

This commit is contained in:
SonicBSV
2025-05-26 19:49:36 +03:00
parent ba62650b27
commit 9cf10259de
4 changed files with 18 additions and 0 deletions
+17
View File
@@ -27,6 +27,23 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libthermalioctl",
owner: "asus",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/libthermalioctl.so"],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libtime_genoff", name: "libtime_genoff",
owner: "asus", owner: "asus",
BIN
View File
Binary file not shown.
Binary file not shown.
+1
View File
@@ -551,6 +551,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libthermalclient \ libthermalclient \
libthermalioctl \
libtime_genoff \ libtime_genoff \
CACertService \ CACertService \
CneApp \ CneApp \