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

Commit 2eaa82ea authored by Rex Lin's avatar Rex Lin Committed by Gerrit Code Review
Browse files

Merge "Revert "Add libdexfile runtime dependency of libdexfile_support.""

parents d95a49f5 dc14d16f
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",
            ],
        },
    },