sm6375-common: Add FM blobs
Change-Id: I32299538cba19e196d4509c0cc9810a3c2397d83
This commit is contained in:
86
Android.bp
86
Android.bp
@@ -18196,3 +18196,89 @@ install_symlink {
|
|||||||
installed_location: "lib64/libq3dtools_adreno.so",
|
installed_location: "lib64/libq3dtools_adreno.so",
|
||||||
symlink_target: "/vendor/lib64/egl/libq3dtools_adreno.so",
|
symlink_target: "/vendor/lib64/egl/libq3dtools_adreno.so",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "fm_helium",
|
||||||
|
owner: "motorola",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/system_ext/lib64/fm_helium.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libfm-hci",
|
||||||
|
"liblog",
|
||||||
|
"libnativehelper",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libfm-hci",
|
||||||
|
owner: "motorola",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/system_ext/lib64/libfm-hci.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"libbase",
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"vendor.qti.hardware.fm@1.0",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.qti.hardware.fm@1.0",
|
||||||
|
owner: "motorola",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
}
|
||||||
|
|||||||
BIN
proprietary/system_ext/lib64/fm_helium.so
Normal file
BIN
proprietary/system_ext/lib64/fm_helium.so
Normal file
Binary file not shown.
BIN
proprietary/system_ext/lib64/libfm-hci.so
Normal file
BIN
proprietary/system_ext/lib64/libfm-hci.so
Normal file
Binary file not shown.
BIN
proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so
Normal file
BIN
proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so
Normal file
Binary file not shown.
@@ -919,3 +919,12 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
PRODUCT_BOOT_JARS += \
|
PRODUCT_BOOT_JARS += \
|
||||||
WfdCommon
|
WfdCommon
|
||||||
|
|
||||||
|
ifeq ($(TARGET_HAS_FM),true)
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
fm_helium \
|
||||||
|
libfm-hci \
|
||||||
|
vendor.qti.hardware.fm@1.0
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user