commit | 013e02e220825826eddf3a24191cc7c13d3b9d48 | [log] [tgz] |
---|---|---|
author | Rivukanta Bhattacharya <rivukanta.bhattacharya@ittiam.com> | Fri Mar 12 05:50:55 2021 +0530 |
committer | Rivukanta Bhattacharya <rivukanta.bhattacharya@ittiam.com> | Fri Mar 12 16:45:38 2021 +0530 |
tree | 01579b83732cdc76be246676e369b361340e8201 | |
parent | 85ed8fd8d8aba408e2ee149a4a457772e82b479f [diff] [blame] |
libeffects: Add host support for preprocessing module - Removed __unused that is not supported by host toolchain Bug: 182485928 Test: AudioPreProcessingTest on host Change-Id: I5b87ab71a7c785e5dc610770ddfe141864874c2b
diff --git a/media/libeffects/preprocessing/Android.bp b/media/libeffects/preprocessing/Android.bp index eb3ce34..37b2ae0 100644 --- a/media/libeffects/preprocessing/Android.bp +++ b/media/libeffects/preprocessing/Android.bp
@@ -22,6 +22,7 @@ name: "libaudiopreprocessing", vendor: true, relative_install_path: "soundfx", + host_supported: true, srcs: ["PreProcessing.cpp"], local_include_dirs: [ ".",