mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
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",
|
||
|
],
|
||
|
}
|