blob: 4b80fd7392707985aa780f31ad3d57b1290f83ad [file] [log] [blame]
//
// Copyright (C) 2011 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
cc_library_shared {
name: "android.hardware.audio@6.0-impl.ranchu",
vendor: true,
vintf_fragments: ["android.hardware.audio@6.0-impl.ranchu.xml"],
relative_install_path: "hw",
defaults: ["hidl_defaults"],
srcs: [
"entry.cpp",
"device_factory.cpp",
"primary_device.cpp",
"stream_common.cpp",
"stream_in.cpp",
"stream_out.cpp",
"io_thread.cpp",
"talsa.cpp",
"util.cpp",
],
shared_libs: [
"android.hardware.audio@6.0",
"android.hardware.audio.common@6.0",
"android.hardware.audio.common@6.0-util",
"libbase",
"libcutils",
"libhidlbase",
"liblog",
"libtinyalsa",
"libutils",
"libfmq",
],
header_libs: [
"libaudio_system_headers",
],
cflags: [
"-DLOG_TAG=\"android.hardware.audio@6.0-impl.ranchu\"",
],
}