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

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

Merge "Temprorarily opt out bufferhub from libcrt"

parents 892e6026 9f7b7f33
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ cc_library {
    export_header_lib_headers: [
        "libnativebase_headers",
    ],

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

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

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

cc_test {
@@ -75,4 +81,7 @@ cc_test {
    shared_libs: sharedLibraries,
    header_libs: headerLibraries,
    name: "buffer_hub_metadata-test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ 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"]
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ cc_test {
        "-g",
    ],
    name: "dvr_api-test",

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

cc_test {
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ cc_library_static {
    static_libs: [
        "libbufferhub",
    ],

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

cc_binary {
+3 −0
Original line number Diff line number Diff line
@@ -20,4 +20,7 @@ cc_test {
        "libui",
        "libutils",
    ],

    // TODO(b/117568153): Temporarily opt out using libcrt.
    no_libcrt: true,
}
 No newline at end of file