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

Commit a0fd81b4 authored by Dongwon Kang's avatar Dongwon Kang Committed by Gerrit Code Review
Browse files

Merge "Initial commit for media apex bundle"

parents 5a80267c b188ad8c
Loading
Loading
Loading
Loading

apex/Android.bp

0 → 100644
+40 −0
Original line number Diff line number Diff line
// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

apex {
    name: "apex.media",
    manifest: "manifest.json",
    native_shared_libs: [
        // Extractor plugins
        "libaacextractor",
        "libamrextractor",
        "libflacextractor",
        "libmidiextractor",
        "libmkvextractor",
        "libmp3extractor",
        "libmp4extractor",
        "libmpeg2extractor",
        "liboggextractor",
        "libwavextractor",
        // MediaPlayer2
        "libmedia2_jni",
    ],
    key: "apex.media.key",
}

apex_key {
    name: "apex.media.key",
    public_key: "media.avbpubkey",
    private_key: "media.pem",
}

apex/OWNERS

0 → 100644
+6 −0
Original line number Diff line number Diff line
chz@google.com
dwkang@google.com
jiyong@google.com
lajos@google.com
marcone@google.com
wjia@google.com

apex/file_contexts

0 → 100644
+3 −0
Original line number Diff line number Diff line
(/.*)?                u:object_r:system_file:s0
/manifest\.json   u:object_r:system_file:s0
/lib(64)?(/.*)  u:object_r:system_lib_file:s0

apex/manifest.json

0 → 100644
+4 −0
Original line number Diff line number Diff line
{
  "name": "com.android.media",
  "version": 1
}

apex/media.avbpubkey

0 → 100644
+1.01 KiB

File added.

No diff preview for this file type.

Loading