Steven Moreland | 4d4047b | 2017-04-14 01:19:25 -0700 | [diff] [blame] | 1 | // Copyright 2011 The Android Open Source Project |
| 2 | |
| 3 | //AUDIO_POLICY_TEST := true |
| 4 | //ENABLE_AUDIO_DUMP := true |
| 5 | |
| 6 | cc_library_static { |
| 7 | |
| 8 | srcs: [ |
| 9 | "AudioHardwareInterface.cpp", |
| 10 | "audio_hw_hal.cpp", |
| 11 | ], |
| 12 | |
| 13 | name: "libaudiohw_legacy", |
| 14 | static_libs: ["libmedia_helper"], |
| 15 | cflags: [ |
Chih-Hung Hsieh | 3ba7298 | 2017-10-03 13:28:32 -0700 | [diff] [blame] | 16 | "-Wall", |
| 17 | "-Werror", |
Steven Moreland | 4d4047b | 2017-04-14 01:19:25 -0700 | [diff] [blame] | 18 | "-Wno-unused-parameter", |
Chih-Hung Hsieh | 3ba7298 | 2017-10-03 13:28:32 -0700 | [diff] [blame] | 19 | "-Wno-unused-variable", |
Steven Moreland | 4d4047b | 2017-04-14 01:19:25 -0700 | [diff] [blame] | 20 | "-Wno-gnu-designator", |
| 21 | ], |
| 22 | |
| 23 | header_libs: [ |
| 24 | "libbase_headers", |
Steven Moreland | 4d4047b | 2017-04-14 01:19:25 -0700 | [diff] [blame] | 25 | "libhardware_legacy_headers", |
| 26 | ], |
| 27 | export_header_lib_headers: ["libhardware_legacy_headers"], |
| 28 | } |