sm8250-common: Add macloader

Change-Id: Id3e1a19a21b2aeebd470137230cb3eaa86959c77
This commit is contained in:
Bruno Martins
2025-03-10 01:36:37 +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",
BIN
View File
Binary file not shown.
+1
View File
@@ -445,6 +445,7 @@ PRODUCT_PACKAGES += \
android.hardware.drm@1.3-service.widevine \
android.hardware.keymaster@4.0-strongbox-service-qti \
android.hardware.neuralnetworks@1.3-service-qti \
macloader \
rild \
vendor.display.color@1.0-service \
vendor.qti.hardware.capabilityconfigstore@1.0-service \