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

Commit 8c323e74 authored by Orion Hodson's avatar Orion Hodson Committed by android-build-merger
Browse files

Merge "Remove unused ART build dependencies" am: 07fd6d02

am: f04777c6

Change-Id: I2fea49a005e4718aecb19fbf8101e629f71c1f44
parents 1e7ed59c f04777c6
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -89,29 +89,20 @@ cc_library {
                "libbase",
                "liblog",
                "libunwindstack",
                "libdexfile",
            ],

            static_libs: [
                "libprocinfo",
            ],

            // libdexfile will eventually properly export headers, for now
            // include these directly.
            include_dirs: [
                "art/runtime",
            ],
        },
        android: {
            static_libs: ["libasync_safe"],
        },
        vendor: {
            cflags: ["-DNO_LIBDEXFILE_SUPPORT"],
            exclude_shared_libs: ["libdexfile"],
        },
        recovery: {
            cflags: ["-DNO_LIBDEXFILE_SUPPORT"],
            exclude_shared_libs: ["libdexfile"],
        },
    },
    whole_static_libs: ["libdemangle"],
@@ -154,7 +145,6 @@ cc_test {
    shared_libs: [
        "libbacktrace_test",
        "libbacktrace",
        "libdexfile",
        "libbase",
        "liblog",
        "libunwindstack",
@@ -174,12 +164,6 @@ cc_test {
        },
    },

    // libdexfile will eventually properly export headers, for now
    // include these directly.
    include_dirs: [
        "art/runtime",
    ],

    test_suites: ["device-tests"],
    data: [
        "testdata/arm/*",