sm8250-common: Clean up a bunch of blobs

Change-Id: Ifda991561e4422bd7f44d0b66f9bf49b52c55634
This commit is contained in:
Bruno Martins
2025-03-08 22:46:38 +00:00
parent e46a5c769d
commit 290cd39dc4
534 changed files with 10 additions and 8293 deletions
+4 -42
View File
@@ -28,34 +28,14 @@ cc_prebuilt_library_shared {
}
cc_prebuilt_library_shared {
name: "libthermalclient",
owner: "samsung",
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,
}
cc_prebuilt_library_shared {
name: "libkeymaster_helper",
name: "libskeymaster4device",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/libkeymaster_helper.so"],
srcs: ["proprietary/vendor/lib64/libskeymaster4device.so"],
},
},
compile_multilib: "64",
@@ -65,14 +45,14 @@ cc_prebuilt_library_shared {
}
cc_prebuilt_library_shared {
name: "libskeymaster4device",
name: "libthermalclient",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/libskeymaster4device.so"],
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
},
},
compile_multilib: "64",
@@ -195,24 +175,6 @@ prebuilt_etc_xml {
soc_specific: true,
}
cc_prebuilt_binary {
name: "android.hardware.keymaster@4.0-strongbox-service-qti",
owner: "samsung",
target: {
android_arm64: {
srcs: ["proprietary/vendor/bin/hw/android.hardware.keymaster@4.0-strongbox-service-qti"],
},
},
compile_multilib: "64",
check_elf_files: false,
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}
install_symlink {
name: "libEGL_adreno_libEGL_adreno_symlink32",
soc_specific: true,