History log of /system/core/libnativebridge/tests/CodeCacheCreate_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e0531402601b473bca94c36242990f7c52b4b9c 02-Nov-2014 Nick Kralevich <nnk@google.com> 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 bcd1a834d4a979ae650ac8677b0647cfb3ec4766)

Change-Id: Ib894e3a3912a943c61787461f127e4b11aacf212
/system/core/libnativebridge/tests/CodeCacheCreate_test.cpp
9ef4fa4c2c4f6bece351a855f53b2270f218389c 28-Oct-2014 Calin Juravle <calin@google.com> Add code cache tests to libnativebridge.

Bug: 18027433

(cherry picked from commit 59a719c466d33479265a3e9c204c8dc9a8f435f1)

Change-Id: I32bcf3ae0d4569d4d8b88168e6c36ddff70b8f7d
/system/core/libnativebridge/tests/CodeCacheCreate_test.cpp