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

Commit 5bc0781d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4728508 from 9d7ffe4f to pi-release

Change-Id: Ib503ff901bf920169ba6ec76c0777eb028e39433
parents cd4fee4c 9d7ffe4f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,8 +31,9 @@ class MmapStreamCallback : public virtual RefBase {
     * The mmap stream should be torn down because conditions that permitted its creation with
     * the requested parameters have changed and do not allow it to operate with the requested
     * constraints any more.
     * \param[in] handle handle for the client stream to tear down.
     */
    virtual void onTearDown() = 0;
    virtual void onTearDown(audio_port_handle_t handle) = 0;

    /**
     * The volume to be applied to the use case specified when opening the stream has changed
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ cc_library_shared {
    shared_libs: [
        "liblog",
        "libmediaextractor",
        "libstagefright_foundation",
        "libutils",
    ],

    static_libs: [
        "libstagefright_foundation",
        "libstagefright_metadatautils",
        "libutils",
    ],

    name: "libaacextractor",
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ cc_library_shared {
    shared_libs: [
        "liblog",
        "libmediaextractor",
    ],

    static_libs: [
        "libstagefright_foundation",
    ],

+1 −1
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@ cc_library_shared {
    shared_libs: [
        "liblog",
        "libmediaextractor",
        "libstagefright_foundation",
    ],

    static_libs: [
        "libFLAC",
        "libstagefright_foundation",
    ],

    name: "libflacextractor",
+1 −1
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ cc_library_shared {
    shared_libs: [
        "liblog",
        "libmediaextractor",
        "libstagefright_foundation"
    ],

    static_libs: [
        "libmedia_midiiowrapper",
        "libsonivox",
        "libstagefright_foundation"
    ],
    name: "libmidiextractor",
    relative_install_path: "extractors",
Loading