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

Commit 0c232198 authored by Rex Lin's avatar Rex Lin Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add libdexfile runtime dependency of libdexfile_support."" am: 2eaa82ea

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1815311

Change-Id: Ic1a59403a32f18b9da4df487aa016e875cd0d305
parents b3212d41 2eaa82ea
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -210,9 +210,6 @@ cc_library_static {
        "libcutils",
        "liblog",
    ],
    runtime_libs: [
        "libdexfile",           // libdexfile_support dependency
    ],

    whole_static_libs: [
        "libasync_safe",
@@ -228,17 +225,11 @@ cc_library_static {
            exclude_static_libs: [
                "libdexfile_support",
            ],
            exclude_runtime_libs: [
                "libdexfile",
            ],
        },
        vendor_ramdisk: {
            exclude_static_libs: [
                "libdexfile_support",
            ],
            exclude_runtime_libs: [
                "libdexfile",
            ],
        },
    },