You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
465 B
21 lines
465 B
cc_prebuilt_library_shared {
|
|
name: "libnx_mediaplayer_wrapper",
|
|
compile_multilib: "32",
|
|
strip: {
|
|
keep_symbols: true,
|
|
},
|
|
srcs: ["lib/libnx_mediaplayer_wrapper.so"],
|
|
}
|
|
|
|
cc_prebuilt_library_shared {
|
|
name: "libnx_mediaplayer_manager",
|
|
compile_multilib: "32",
|
|
strip: {
|
|
keep_symbols: true,
|
|
},
|
|
shared_libs: [
|
|
"vendor.hardware.hwnxmediaplayerhal@1.0",
|
|
],
|
|
srcs: ["lib/libnx_mediaplayer_manager.so"],
|
|
}
|