| Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 1 | // audio preprocessing unit test | 
 | 2 | cc_test { | 
 | 3 |     name: "AudioPreProcessingTest", | 
 | 4 |  | 
 | 5 |     vendor: true, | 
 | 6 |  | 
 | 7 |     relative_install_path: "soundfx", | 
 | 8 |  | 
 | 9 |     srcs: ["PreProcessingTest.cpp"], | 
 | 10 |  | 
 | 11 |     shared_libs: [ | 
 | 12 |         "libaudiopreprocessing", | 
 | 13 |         "libaudioutils", | 
 | 14 |         "liblog", | 
 | 15 |         "libutils", | 
| Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 16 |     ], | 
| Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 17 |     header_libs: [ | 
 | 18 |         "libaudioeffects", | 
 | 19 |         "libhardware_headers", | 
 | 20 |     ], | 
 | 21 | } |