sm8250-common: Add macloader
Change-Id: Id3e1a19a21b2aeebd470137230cb3eaa86959c77
This commit is contained in:
+28
@@ -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
Binary file not shown.
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user