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

Commit 1922a501 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert "Mark libs as double_loadable""

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