commit | 9ef4fa4c2c4f6bece351a855f53b2270f218389c | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Oct 28 12:43:24 2014 +0000 |
committer | Calin Juravle <calin@google.com> | Tue Oct 28 16:06:43 2014 +0000 |
tree | 3a8fa97b2026a66bbf2e70b72268899378f2a6d4 | |
parent | 1402fbb13523fed9d96217e801df5678e3c01a6b [diff] [blame] |
Add code cache tests to libnativebridge. Bug: 18027433 (cherry picked from commit 59a719c466d33479265a3e9c204c8dc9a8f435f1) Change-Id: I32bcf3ae0d4569d4d8b88168e6c36ddff70b8f7d
diff --git a/libnativebridge/tests/NativeBridgeTest.h b/libnativebridge/tests/NativeBridgeTest.h index 73c92f1..6a5c126 100644 --- a/libnativebridge/tests/NativeBridgeTest.h +++ b/libnativebridge/tests/NativeBridgeTest.h
@@ -23,6 +23,7 @@ #include <gtest/gtest.h> constexpr const char* kNativeBridgeLibrary = "libnativebridge-dummy.so"; +constexpr const char* kCodeCache = "./code_cache"; namespace android {