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

Commit 55063b14 authored by Jooyung Han's avatar Jooyung Han
Browse files

Revert "Mark libs as double_loadable"

This reverts commit c6246215.

Reason for revert: These libs are no longer used by libmediandk(aosp/915075)

Change-Id: I5533a3c22263afb21f4053a569c4a646c9766404
parent c6246215
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"],