This change is the first iteration of a new high-level media transcode API. At this point the API is not hooked up to the underlying native media transcoding service. More transcoding options will be added in following CLs. Test: Ran MediaTranscodeManagerTest, verified call sequence using logcat. Flashed build on blueline and verified basic media functionality. Change-Id: I190e41b468265bd339d0fbca243db2a196e5a04e
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
android_test {
|
|
name: "mediaframeworktest",
|
|
srcs: ["**/*.java"],
|
|
libs: [
|
|
"android.test.runner",
|
|
"android.test.base",
|
|
],
|
|
static_libs: [
|
|
"mockito-target-minus-junit4",
|
|
"androidx.test.ext.junit",
|
|
"androidx.test.rules",
|
|
"android-ex-camera2",
|
|
],
|
|
platform_apis: true,
|
|
}
|