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

Commit 037f039c authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

Merge "Revert "Mark libs as double_loadable""

am: 1922a501

Change-Id: I9c5a3d811cbdb45a3d6bc7c4524e3d20a6959191
parents 1deb957b 1922a501
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"],