summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-02-12 16:44:06 -0800
committerKenny Root <kroot@google.com>2015-02-27 09:08:38 -0800
commite13589c1511a3c3ad5f16f0f5a12b39f4f6e56ec (patch)
tree6f2e02c731be1187652a0f2867cdaf7e569654e9 /NativeCode.mk
parent5889c5c8d2e814e9319135f52f1947c463c82561 (diff)
downloadlibcore-e13589c1511a3c3ad5f16f0f5a12b39f4f6e56ec.zip
libcore-e13589c1511a3c3ad5f16f0f5a12b39f4f6e56ec.tar.gz
libcore-e13589c1511a3c3ad5f16f0f5a12b39f4f6e56ec.tar.bz2
Remove OpenSSL ENGINE test
The tests that exercise this code were removed. This code doesn't compile with BoringSSL, so just remove it. Change-Id: I9598ef5e5a2d7b7d115b63b5b670976d39ca1405
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 3a90afb..7bdac5a 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -71,7 +71,6 @@ core_cppflags += -std=gnu++11
core_test_files := \
luni/src/test/native/dalvik_system_JniTest.cpp \
- luni/src/test/native/test_openssl_engine.cpp \
#
# Build for the target (device).