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

Commit 6d186b20 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Mark some libs as double_loadable"

am: 8d36f179

Change-Id: I77e37818fec163ac04f5f5ddd67c5ba4a18cbe85
parents 568d6997 8d36f179
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ cc_library {
    vndk: {
        enabled: true,
    },
    double_loadable: true,

    srcs: [
        "AppOpsManager.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ cc_library_shared {
    vndk: {
        enabled: true,
    },
    double_loadable: true,

    clang: true,
    cflags: [
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ cc_library_shared {
    vndk: {
        enabled: true,
    },
    double_loadable: true,

    clang: true,
    cflags: [
+8 −2
Original line number Diff line number Diff line
cc_library_headers {
    name: "libpdx_headers",
    export_include_dirs: ["private"],
    vendor_available: true,
}

cc_library_static {
    name: "libpdx",
    clang: true,
@@ -8,8 +14,8 @@ cc_library_static {
        "-DLOG_TAG=\"libpdx\"",
        "-DTRACE=0",
    ],
    export_include_dirs: ["private"],
    local_include_dirs: ["private"],
    header_libs: ["libpdx_headers"],
    export_header_lib_headers: ["libpdx_headers"],
    srcs: [
        "client.cpp",
        "service.cpp",