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

Commit b0f08667 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:...

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

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

Change-Id: I531c6d58890d99226bbc4bde14f550d4d1c62711
parents f6985c22 0c232198
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",
            ],
        },
    },