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

Commit a2f5a657 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Chong Zhang
Browse files

Change libvpx to shared library

Bug: 132466615
Test: Build and flash

Change-Id: I6cb494ef5422e901236921fb3ff376d758c40007
parent 00ffd9e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ cc_library_shared {

    srcs: ["C2SoftVpxDec.cpp"],

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],

    cflags: [
        "-DVP9",
@@ -23,7 +23,7 @@ cc_library_shared {

    srcs: ["C2SoftVpxDec.cpp"],

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],
}

cc_library_shared {
@@ -38,7 +38,7 @@ cc_library_shared {
        "C2SoftVpxEnc.cpp",
    ],

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],

    cflags: ["-DVP9"],
}
@@ -55,6 +55,6 @@ cc_library_shared {
        "C2SoftVpxEnc.cpp",
    ],

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],
}
+0 −1
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ cc_library {
        "libstagefright_mediafilter",
        "libstagefright_webm",
        "libstagefright_timedtext",
        "libvpx",
        "libogg",
        "libwebm",
        "libstagefright_esds",
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ cc_library_shared {

    srcs: ["SoftVPX.cpp"],

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],

    version_script: "exports.lds",

+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@ cc_library_shared {
        cfi: true,
    },

    static_libs: ["libvpx"],
    shared_libs: ["libvpx"],
}