commit | a2e3a04895c7cf0438a0661d79a26d7321e27763 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Mon Oct 26 11:58:11 2020 -0700 |
committer | Chong Zhang <chz@google.com> | Fri Dec 11 18:33:21 2020 +0000 |
tree | 9291591e29be520c0cae4dcaf1c9df4cfa9dfdae | |
parent | 5dc9ad75a27c19ec5450c57ba08d7e04494b704b [diff] [blame] |
transcoding: move transcoding service to apex And conditionally start transcoding service bug: 159172726 Change-Id: I13d126f342d4ea944d1e9186b4edcdfe5fb4b0a0
diff --git a/apex/manifest.json b/apex/manifest.json index f1f69f4..b7d8fc8 100644 --- a/apex/manifest.json +++ b/apex/manifest.json
@@ -1,4 +1,10 @@ { "name": "com.android.media", - "version": 309999900 + "version": 309999900, + "requireNativeLibs": [ + "libandroid.so", + "libbinder_ndk.so", + "libmediandk.so", + ":sphal" + ] }