wayne-common: Regenerate with py extract utils

Change-Id: Ic56381e0c4279f65266d87d1e094efe3a7c78608
This commit is contained in:
Michael Bestas
2026-06-11 22:36:46 +03:00
parent 9070973e1b
commit 4cbd70298d
5 changed files with 34 additions and 38 deletions
+22 -21
View File
@@ -1,29 +1,30 @@
//
// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/xiaomi/wayne-common/setup-makefiles.sh
soong_namespace {
imports: [
],
}
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,
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,
}