commit | 70bb12e2ce2888bae7fe17ac4d3244c396f4e566 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Mar 02 09:17:01 2021 -0800 |
committer | Andy Hung <hunga@google.com> | Tue Mar 02 10:46:59 2021 -0800 |
tree | b2c611cbb6667a43eec70657f0cfe0defa9e95e9 | |
parent | 353d2e39948802eac48f2fe4329d9afd3e59a395 [diff] [blame] |
AudioEffects: Build static libaudiopreprocessing Test: build AudioPreProcessingTest and test on device Test: atest preprocessing_benchmark Bug: 181670517 Change-Id: I5e051c510ab3f0bcb83dfbe7cdff0e16133c8747
diff --git a/media/libeffects/preprocessing/Android.bp b/media/libeffects/preprocessing/Android.bp index e46a136..eb3ce34 100644 --- a/media/libeffects/preprocessing/Android.bp +++ b/media/libeffects/preprocessing/Android.bp
@@ -18,7 +18,7 @@ ], } -cc_library_shared { +cc_library { name: "libaudiopreprocessing", vendor: true, relative_install_path: "soundfx",