sm8250-common: Add macloader

Change-Id: Id3e1a19a21b2aeebd470137230cb3eaa86959c77
This commit is contained in:
Bruno Martins
2025-03-10 01:36:53 +00:00
parent 91465e5cb8
commit be088e1e95
3 changed files with 29 additions and 0 deletions
+28
View File
@@ -10678,6 +10678,34 @@ cc_prebuilt_binary {
soc_specific: true,
}
cc_prebuilt_binary {
name: "macloader",
owner: "samsung",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/macloader",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}
cc_prebuilt_binary {
name: "rild",
owner: "samsung",