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

Commit d5bf80bb authored by Dongwon Kang's avatar Dongwon Kang Committed by android-build-merger
Browse files

Merge "Initial commit for media apex bundle"

am: a0fd81b4

Change-Id: Id0c240f99a6237708523a3fcb155206951e88d26
parents 28c5bca5 a0fd81b4
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