TranscodingAPI: Expose MediaTranscodeManager as System API.

Bug: 160260102
Test: Unit test
Change-Id: I38e9efc46e23fe1aafe65100bbc7f72eb200720f
This commit is contained in:
hkuang
2020-08-24 11:38:31 -07:00
committed by Hangyu Kuang
parent a6ae5034cf
commit 3eb57dc580
10 changed files with 338 additions and 122 deletions

View File

@@ -333,6 +333,7 @@ filegroup {
":installd_aidl",
":keystore_aidl",
":libaudioclient_aidl",
":mediatranscoding_aidl_interface-java-source",
":libbinder_aidl",
":libbluetooth-binder-aidl",
":libcamera_client_aidl",
@@ -576,7 +577,6 @@ java_library {
// If MimeMap ever becomes its own APEX, then this dependency would need to be removed
// in favor of an API stubs dependency in java_library "framework" below.
"mimemap",
"mediatranscoding_aidl_interface-java",
],
// For backwards compatibility.
stem: "framework",
@@ -623,7 +623,6 @@ java_library {
static_libs: [
"exoplayer2-extractor",
"android.hardware.wifi-V1.0-java-constants",
"mediatranscoding_aidl_interface-java",
// Additional dependencies needed to build the ike API classes.
"ike-internals",