commit | 59a719c466d33479265a3e9c204c8dc9a8f435f1 | [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:02:38 2014 +0000 |
tree | 8dfa425fdbc545b534004619222a617cadc29c5d | |
parent | f9d9e2a2d96559c3165405d572b08e260156074a [diff] [blame] |
Add code cache tests to libnativebridge. Bug: 18027433 Change-Id: Ie5369c0d5bd147af412174dc0753d8a314196643
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 {