mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
40f18fe6ea
Change-Id: Icc7a1f9c748578f5b58499e7a76213673c4bcf54 Signed-off-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libshim_sink",
|
|
srcs: ["libshim_sink.cpp"],
|
|
compile_multilib: "64",
|
|
shared_libs: [
|
|
"libaudioclient",
|
|
],
|
|
header_libs: [
|
|
"libaudioclient_headers",
|
|
"libmedia_headers",
|
|
],
|
|
}
|