mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
Change-Id: Icc7a1f9c748578f5b58499e7a76213673c4bcf54 Signed-off-by: bengris32 <bengris32@protonmail.ch>
22 lines
380 B
Plaintext
22 lines
380 B
Plaintext
cc_library_shared {
|
|
name: "libshim_showlogo",
|
|
srcs: ["libshim_showlogo.cpp"],
|
|
shared_libs: [
|
|
"libui",
|
|
]
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "libshim_sink",
|
|
srcs: ["libshim_sink.cpp"],
|
|
compile_multilib: "64",
|
|
shared_libs: [
|
|
"libaudioclient",
|
|
],
|
|
header_libs: [
|
|
"libaudioclient_headers",
|
|
"libmedia_headers",
|
|
],
|
|
}
|
|
|