commit | 9c8792bd87c2f36fba3cde609535fb2099147a31 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 11 15:46:36 2019 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Jul 11 15:46:36 2019 +0900 |
tree | 9b6cf74c789fe96f5680ff87e9b6ac753af35105 | |
parent | 8cfe8f7b0d7d2e7f71714fb4a400d828b445ff06 [diff] [blame] |
Fix vendor modules to use shared vndk When using VNDK, Vendor modules should use shared version. Bug: 137178339 Test: m && boot blueline Change-Id: Iaf6029ca4ded12b1b7a04a59b26fda33dcb3d071
diff --git a/media/codec2/components/flac/Android.bp b/media/codec2/components/flac/Android.bp index e5eb51d..48cc51b 100644 --- a/media/codec2/components/flac/Android.bp +++ b/media/codec2/components/flac/Android.bp
@@ -23,8 +23,11 @@ srcs: ["C2SoftFlacEnc.cpp"], - static_libs: [ + shared_libs: [ "libaudioutils", + ], + + static_libs: [ "libFLAC", ], }