commit | cab39d81e06bf72991435ef2042e8436819f1999 | [log] [tgz] |
---|---|---|
author | Linus Nilsson <lnilsson@google.com> | Thu May 14 16:32:21 2020 -0700 |
committer | Chong Zhang <chz@google.com> | Wed Jun 03 14:25:12 2020 -0700 |
tree | 4f20f19bd3b54c0d083f08d9142110e3054af09b | |
parent | 63b7e570a5ee9d48b886c4c18306bb26d5f2a107 [diff] [blame] |
Transcoder: Added MediaTranscoder and unit test. MediaTranscoder is the API for the native transcoding library. Test: Unit tests. Bug: 156003955, 152091443, 155918341 Change-Id: I24b52d174db0faecea8f331ef6d8a3dc4e473c4e
diff --git a/media/libmediatranscoding/transcoder/tests/Android.bp b/media/libmediatranscoding/transcoder/tests/Android.bp index 926110885..4160c30 100644 --- a/media/libmediatranscoding/transcoder/tests/Android.bp +++ b/media/libmediatranscoding/transcoder/tests/Android.bp
@@ -74,3 +74,10 @@ defaults: ["testdefaults"], srcs: ["MediaSampleWriterTests.cpp"], } + +// MediaTranscoder unit test +cc_test { + name: "MediaTranscoderTests", + defaults: ["testdefaults"], + srcs: ["MediaTranscoderTests.cpp"], +}