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

Commit 9f7b7f33 authored by Jiwen 'Steve' Cai's avatar Jiwen 'Steve' Cai
Browse files

Temprorarily opt out bufferhub from libcrt

Bug: 117568153
Bug: 117565638
Test: buffer_hub-test, buffer_hub_queue-test, dvr_api-test
Change-Id: I69df063bde246fc6d7af61912cbe6056bd79e668
parent bc99b990
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