commit | 6709a937953cf92b73fb057ec9e4e0616ab3e6c5 | [log] [tgz] |
---|---|---|
author | hkuang <hkuang@google.com> | Thu Apr 16 18:22:00 2020 -0700 |
committer | hkuang <hkuang@google.com> | Thu Apr 16 18:22:00 2020 -0700 |
tree | e69a37d36968779f85faae9af2c8594b12bf34b0 | |
parent | 813e7c42256e6f67013a2357e9335b708ba17290 [diff] [blame] |
MediaTranscoding: Add libmediatranscoder to the service. Otherwise, the library will not get build by default. Bug: 145233472 Test: Build and run. Change-Id: Ia13aebad4678cc6a6a0004c0bd70cb820dcf35de
diff --git a/media/libmediatranscoding/Android.bp b/media/libmediatranscoding/Android.bp index 6d8c03d..e3e87e1 100644 --- a/media/libmediatranscoding/Android.bp +++ b/media/libmediatranscoding/Android.bp
@@ -45,6 +45,7 @@ "libcutils", "liblog", "libutils", + "libmediatranscoder", ], export_include_dirs: ["include"],