OSDN Git Service

libbinder: include sys/uio.h instead of cutils/uio.h
authorColin Cross <ccross@android.com>
Tue, 23 Jul 2013 21:52:34 +0000 (14:52 -0700)
committerColin Cross <ccross@android.com>
Tue, 23 Jul 2013 21:52:34 +0000 (14:52 -0700)
commitf5f8fa0bbdc4ba8a15a386b66da30e4c1d89ec9d
tree3f53d556e3f29630668b01261d84ae23654ecb2f
parentbdce8170479d0efb548514c1a290e1bfea711cfd
libbinder: include sys/uio.h instead of cutils/uio.h

libbinder is only built for the target, where bionic will provide
uio, so it does not need to include the libcutils wrapper around
uio for windows.

Change-Id: Ifc2dd353bf7ed51bf08ec0ae91c43b12830f94ba
include/binder/BufferedTextOutput.h