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

Commit b188ad8c authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Initial commit for media apex bundle

The dependency clean up hasn't finished yet. The private API usages
will be replaced with stable APIs gradually.

This is not built by default when building the system image.

Test: make apex.media; make; flash; adb shell ls /apex/
Bug: 112766913
Change-Id: I56e59b2492c09bf315e24180f8b04f1f24d32e2d
parent 5692c9a7
Loading
Loading
Loading
Loading

apex/Android.bp

0 → 100644
+40 −0
Original line number Original line 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 Original line 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 Original line 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 Original line 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