X01BD: Regen with elf checks

This commit is contained in:
SonicBSV
2025-04-08 20:11:42 +03:00
parent 7e19e3442e
commit 7db6b9bee3
2 changed files with 71 additions and 5 deletions
+67
View File
@@ -3,6 +3,8 @@
// This file is generated by device/asus/X01BD/setup-makefiles.sh
soong_namespace {
imports: [
],
}
dex_import {
@@ -12,3 +14,68 @@ dex_import {
product_specific: true,
}
cc_prebuilt_library_shared {
name: "sensors.ssc",
owner: "asus",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/sensors.ssc.so",
],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.hardware.fingerprint@1.0",
owner: "asus",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/vendor.qti.hardware.fingerprint@1.0.so",
],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/vendor.qti.hardware.fingerprint@1.0.so",
],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}