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

Commit cce80605 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Add host support for udrv/ am: d01b3314

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1610005

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9b9f73e6b9d94ea857abf19406ab39dc25ba7d4d
parents 5b47a730 d01b3314
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);
  }
}