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

Commit a5b7362e authored by Jiwen 'Steve' Cai's avatar Jiwen 'Steve' Cai
Browse files

Temprorarily opt out libui from libcrt

Now that BufferHubBuffer has been moved into libui, has to opt out
libui from libcrt as well.

Bug: 111976433
Bug: 117565638
Test: buffer_hub-test
Change-Id: I9f4534151b56216369004e274046d93a32eba548
parent 7371fedb
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -144,6 +144,9 @@ cc_library_shared {
        "libhardware_headers",
        "libhardware_headers",
        "libui_headers",
        "libui_headers",
    ],
    ],

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


cc_library_headers {
cc_library_headers {