mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
92e30c2243
Change-Id: I8f7772fc9ec15a00c4b630866aa7fc162a52c1aa Signed-off-by: SamarV-121 <samarvispute121@pm.me>
26 lines
495 B
Plaintext
26 lines
495 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",
|
|
],
|
|
}
|
|
|
|
cc_library {
|
|
name: "libshim_camera_metadata",
|
|
shared_libs: ["libcamera_metadata"],
|
|
srcs: ["libshim_camera_metadata.cpp"],
|
|
vendor: true
|
|
}
|