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

Commit d01b3314 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Add host support for udrv/

Test: compile
Change-Id: I04394268d6259ccd08e5b5964cbcadb89209da91
parent 5c11c9f2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -22,7 +22,5 @@ cc_library_static {
    local_include_dirs: [
        "include",
    ],
    shared_libs: [
        "liblog",
    ],
    host_supported: true,
}
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) {

    /* read sufficiently large buffer to ensure flush empties socket faster than
       it is getting refilled */
    read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE);
    (void)read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE);
  }
}