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

Commit eccfc576 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Opt in libcrt"

parents 3e519974 2e6ead32
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -59,9 +59,6 @@ cc_library {
        "libbufferhub_headers",
        "libnativebase_headers",
    ],

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}

cc_test {
@@ -70,7 +67,4 @@ cc_test {
    shared_libs: sharedLibraries,
    header_libs: headerLibraries,
    name: "buffer_hub-test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}
+0 −3
Original line number Diff line number Diff line
@@ -59,9 +59,6 @@ cc_library_shared {
    static_libs: staticLibraries,
    shared_libs: sharedLibraries,
    header_libs: headerLibraries,

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}

subdirs = ["benchmarks", "tests"]
+0 −3
Original line number Diff line number Diff line
@@ -49,9 +49,6 @@ cc_test {
        "-g",
    ],
    name: "dvr_api-test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}

cc_test {
+0 −3
Original line number Diff line number Diff line
@@ -33,7 +33,4 @@ cc_test {
        "-Werror",
    ],
    name: "vrflinger_test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}
+0 −3
Original line number Diff line number Diff line
@@ -44,9 +44,6 @@ cc_library_static {
    static_libs: [
        "libbufferhub",
    ],

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}

cc_binary {