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

Commit 4ecbe763 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark libs as double_loadable"

parents 6332b7a3 c6246215
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ cc_library {
    name: "libasyncio",
    defaults: ["libasyncio_defaults"],
    vendor_available: true,
    double_loadable: true,
    recovery_available: true,
    host_supported: true,
    srcs: [
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ cc_library_shared {
    vndk: {
        enabled: true,
    },
    double_loadable: true,
    srcs: ["memtrack.cpp"],
    export_include_dirs: ["include"],
    local_include_dirs: ["include"],
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ cc_library {
    vndk: {
        enabled: true,
    },
    double_loadable: true,
    host_supported: true,
    srcs: [
        "process.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ cc_library {
    vndk: {
        enabled: true,
    },
    double_loadable: true,
    host_supported: true,
    srcs: ["usbhost.c"],
    cflags: ["-Werror"],