19c60b3e2a
Test: build Change-Id: I0ad1a777a0358a0f79d495747a7ca4bddf984d45 Merged-In: I0ad1a777a0358a0f79d495747a7ca4bddf984d45
29 lines
628 B
Text
29 lines
628 B
Text
// Copyright 2011 The Android Open Source Project
|
|
|
|
//AUDIO_POLICY_TEST := true
|
|
//ENABLE_AUDIO_DUMP := true
|
|
|
|
cc_library_static {
|
|
|
|
srcs: [
|
|
"AudioHardwareInterface.cpp",
|
|
"audio_hw_hal.cpp",
|
|
],
|
|
|
|
name: "libaudiohw_legacy",
|
|
static_libs: ["libmedia_helper"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
"-Wno-unused-parameter",
|
|
"-Wno-unused-variable",
|
|
"-Wno-gnu-designator",
|
|
],
|
|
|
|
header_libs: [
|
|
"libaudioclient_headers",
|
|
"libbase_headers",
|
|
"libhardware_legacy_headers",
|
|
],
|
|
export_header_lib_headers: ["libhardware_legacy_headers"],
|
|
}
|