Import from lineage-19.1@d3e8660c7

This commit is contained in:
Michael Bestas
2023-02-24 22:37:06 +02:00
commit c7757f14a4
780 changed files with 5378 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/xiaomi/wayne-common/setup-makefiles.sh
soong_namespace {
}
cc_prebuilt_library_shared {
name: "libthermalclient",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libthermalclient.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}