platform_system_core/libnativebridge
Nick Kralevich 3e05314026 Fix mac build
"errno.h" doesn't get included on mac so we need to do it explicitely.

system/core/libnativebridge/tests/CodeCacheExists_test.cpp:30:15: error:
use of undeclared identifier 'ENOENT'
      ASSERT_EQ(ENOENT, errno);

(cherry picked from commit bcd1a834d4)

Change-Id: Ib894e3a3912a943c61787461f127e4b11aacf212
2014-11-03 18:15:37 +00:00
..
tests Fix mac build 2014-11-03 18:15:37 +00:00
Android.mk Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00
native_bridge.cc Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00