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

Commit 5e710fea authored by Edwin Wong's avatar Edwin Wong Committed by Android (Google) Code Review
Browse files

Merge "Build static and shared libdrmframeworkcommon." into rvc-qpr-dev

parents 6de3239e 3be0c0d7
Loading
Loading
Loading
Loading
+6 −2
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
// limitations under the License.
// limitations under the License.
//
//


cc_library_static {
cc_library {
    name: "libdrmframeworkcommon",
    name: "libdrmframeworkcommon",


    srcs: [
    srcs: [
@@ -35,7 +35,11 @@ cc_library_static {


    cflags: ["-Wall", "-Werror"],
    cflags: ["-Wall", "-Werror"],


    shared_libs: ["libbinder"],
    shared_libs: [
        "libbinder",
        "liblog",
        "libutils"
    ],


    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
}
}
+1 −2
Original line number Original line Diff line number Diff line
@@ -31,12 +31,11 @@ cc_binary {
        "liblog",
        "liblog",
        "libbinder",
        "libbinder",
        "libdl",
        "libdl",
        "libdrmframeworkcommon",
        "libselinux",
        "libselinux",
        "libstagefright_foundation",
        "libstagefright_foundation",
    ],
    ],


    static_libs: ["libdrmframeworkcommon"],

    cflags: [
    cflags: [
        "-Wall",
        "-Wall",
        "-Wextra",
        "-Wextra",
+2 −3
Original line number Original line Diff line number Diff line
@@ -29,12 +29,11 @@ cc_library_shared {
        "liblog",
        "liblog",
        "libbinder",
        "libbinder",
        "libdl",
        "libdl",
        "libdrmframeworkcommon",
    ],
    ],


    static_libs: ["libdrmframeworkcommon"],

    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    export_static_lib_headers: ["libdrmframeworkcommon"],
    export_shared_lib_headers: ["libdrmframeworkcommon"],


    cflags: ["-Werror"],
    cflags: ["-Werror"],
}
}
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,11 +36,11 @@ cc_library_shared {
        "libcrypto",
        "libcrypto",
        "libssl",
        "libssl",
        "libdrmframework",
        "libdrmframework",
        "libdrmframeworkcommon",
    ],
    ],


    static_libs: [
    static_libs: [
        "libdrmutility",
        "libdrmutility",
        "libdrmframeworkcommon",
        "libfwdlock-common",
        "libfwdlock-common",
        "libfwdlock-converter",
        "libfwdlock-converter",
        "libfwdlock-decoder",
        "libfwdlock-decoder",
+1 −2
Original line number Original line Diff line number Diff line
@@ -19,12 +19,11 @@ cc_library_shared {


    srcs: ["src/DrmPassthruPlugIn.cpp"],
    srcs: ["src/DrmPassthruPlugIn.cpp"],


    static_libs: ["libdrmframeworkcommon"],

    shared_libs: [
    shared_libs: [
        "libutils",
        "libutils",
        "liblog",
        "liblog",
        "libdl",
        "libdl",
        "libdrmframeworkcommon",
    ],
    ],


    local_include_dirs: ["include"],
    local_include_dirs: ["include"],