| commit | aae70792dfc61e18dcfa27dc7e184f332f33dbd2 | [log] [tgz] |
|---|---|---|
| author | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Mon May 11 13:07:38 2020 +0530 |
| committer | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Mon Nov 23 12:07:06 2020 +0530 |
| tree | b65de86197c74f0651f8a1c07c8a974d4972b058 | |
| parent | 0eafd57556bc9b39a6c7746f9fdc7c37c8278454 [diff] |
libcodec2: Updated to build both static and shared libray Test: Build libcodec2 Bug: 173672402 Change-Id: If50bacb49ca32c285087a7ae8013776840841915
diff --git a/media/codec2/core/Android.bp b/media/codec2/core/Android.bp index 33fafa7..beeadb8 100644 --- a/media/codec2/core/Android.bp +++ b/media/codec2/core/Android.bp
@@ -5,7 +5,7 @@ export_include_dirs: ["include"], } -cc_library_shared { +cc_library { name: "libcodec2", vendor_available: true, min_sdk_version: "29",