platform_hardware_libhardwa.../audio/Android.bp
Kevin Rocard 049b71876c Revert "Audio V4: Split system and vendor Audio.h"
This reverts commit c9eb1ead66.

Reason for revert: Breaks the build of multiple devices

Change-Id: I2a4fe487d60b484c19d8b07d1439af934b852913
2018-01-24 06:13:30 +00:00

28 lines
594 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: [
"libbase_headers",
"libhardware_legacy_headers",
],
export_header_lib_headers: ["libhardware_legacy_headers"],
}