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

Commit d0cc5ece authored by Xin Li's avatar Xin Li
Browse files

DO NOT MERGE - Merge RQ1A.201205.011

Bug: 172690556
Merged-In: I9e3f763a33892faee0c9f67adc853cb23906df27
Change-Id: Ibb27e79276ccda7c15f54c9faae5e8ad6c587ed3
parents 1b93aa26 3bac8972
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
// limitations under the License.
//

cc_library_static {
cc_library {
    name: "libdrmframeworkcommon",

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

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

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

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

    static_libs: ["libdrmframeworkcommon"],

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

    static_libs: ["libdrmframeworkcommon"],

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

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

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

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

    static_libs: ["libdrmframeworkcommon"],

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

    local_include_dirs: ["include"],
Loading