Provide missing file descriptor to fprintf()

Oops.

Change-Id: I35bf99d564546af013dd0e7c2bce628f0fe3b8c8
Signed-off-by: Bill Richardson <wfrichar@google.com>
1 file changed
tree: 38a8dc27cd46118dba98c0703047bae8f6eccc79
  1. libnos/
  2. libnos_datagram/
  3. libnos_transport/
  4. nugget/
  5. Android.bp
  6. BUILD
  7. LICENSE
  8. METADATA
  9. README.md
  10. WORKSPACE
README.md

Generic host components for Nugget

Nugget will be used in different contexts and with different hosts. This repo contains the components that can be shared between those hosts.

nugget

The nugget directory contains items that are shared between the host and the firmware. Those include:

  • shared headers
  • service protos

libnos

libnos is a C++ library for communication with a Nugget device. It offers an interface to manage a connection and exchange data and a generator for RPC stubs based on service protos.