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

Commit 2b78285f authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Add libdexfile runtime dependency of libdexfile_support (reland)." am:...

Merge "Add libdexfile runtime dependency of libdexfile_support (reland)." am: 7b0ae4ba am: 343cb321

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

Change-Id: I235e4380e34985db3976a0e8c805135256eeb120
parents 7093df71 343cb321
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -210,6 +210,9 @@ cc_library_static {
        "libcutils",
        "liblog",
    ],
    runtime_libs: [
        "libdexfile",           // libdexfile_support dependency
    ],

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