miatoll: Enable elf checks

Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
This commit is contained in:
Aaron Kling
2025-01-13 10:25:57 +01:00
committed by Giovanni Ricca
parent 10724b7a2b
commit 4f24a6fe27
2 changed files with 21 additions and 1 deletions
+18
View File
@@ -4,3 +4,21 @@
soong_namespace {
}
cc_prebuilt_library_shared {
name: "libpn553_fw",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libpn553_fw.so",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}