Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0627dbff authored by hkuang's avatar hkuang Committed by Hangyu Kuang
Browse files

transcoding: Rework AIDL files to expose to frameworks/base

Bug: 160260102
Test: Unit test
Change-Id: Ib2050becaf89b8e4db5867bc601dedeb4eb8ebd2
parent 7636217f
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -14,11 +14,8 @@
 * limitations under the License.
 */

// AIDL interfaces of MediaTranscoding.
aidl_interface {
    name: "mediatranscoding_aidl_interface",
    unstable: true,
    local_include_dir: "aidl",
filegroup {
    name: "libmediatranscoding_aidl",
    srcs: [
        "aidl/android/media/IMediaTranscodingService.aidl",
        "aidl/android/media/ITranscodingClient.aidl",
@@ -34,6 +31,15 @@ aidl_interface {
        "aidl/android/media/TranscodingResultParcel.aidl",
        "aidl/android/media/TranscodingTestConfig.aidl",
    ],
    path: "aidl",
}

// AIDL interfaces of MediaTranscoding.
aidl_interface {
    name: "mediatranscoding_aidl_interface",
    unstable: true,
    local_include_dir: "aidl",
    srcs: [":libmediatranscoding_aidl"],
    backend:
    {
        java: {