sm8250-common: Import libstagefrightdolby for Dolby Mediacodecs loading
This commit is contained in:
28
Android.bp
28
Android.bp
@@ -3500,6 +3500,34 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libstagefrightdolby",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libstagefrightdolby.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libstagefright_softomx",
|
||||
"libstagefright_foundation-v33",
|
||||
"libutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libwfdcodecv4l2_proprietary",
|
||||
owner: "xiaomi",
|
||||
|
||||
BIN
proprietary/vendor/lib/libstagefrightdolby.so
vendored
Normal file
BIN
proprietary/vendor/lib/libstagefrightdolby.so
vendored
Normal file
Binary file not shown.
@@ -241,6 +241,7 @@ PRODUCT_PACKAGES += \
|
||||
libssrec \
|
||||
libstagefright_soft_ac4dec \
|
||||
libstagefright_soft_ddpdec \
|
||||
libstagefrightdolby \
|
||||
libwfdcodecv4l2_proprietary \
|
||||
libwfdcommonutils_proprietary \
|
||||
libwfdconfigutils_proprietary \
|
||||
|
||||
Reference in New Issue
Block a user