summaryrefslogtreecommitdiffstats
path: root/test/Android.libarttest.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-09-08 17:42:59 -0700
committerAndreas Gampe <agampe@google.com>2015-10-12 17:41:50 -0700
commitf015c2f4835a9985a8b31cfc810129b69865a6c4 (patch)
treec4adc26ed61fc2bb04cec2e5a5b99d79da4a0801 /test/Android.libarttest.mk
parent2602aa86d8e0e98f00311ea05395548b4d327f82 (diff)
downloadart-f015c2f4835a9985a8b31cfc810129b69865a6c4.zip
art-f015c2f4835a9985a8b31cfc810129b69865a6c4.tar.gz
art-f015c2f4835a9985a8b31cfc810129b69865a6c4.tar.bz2
ART: Add missing GetInterfaceMethodIfProxy
Add missing uses of GetInterfaceMethodIfProxy in reflection code. Add a test case for a JNI call to a proxy method. Bug: https://code.google.com/p/android-developer-preview/issues/detail?id=2973 Bug: 23886441 (cherry picked from commit e80673245c0433a71a4930e460be5dc0920885b2) Change-Id: I5b66b64b5561fcee15d0314707d67e8abc02ce5b
Diffstat (limited to 'test/Android.libarttest.mk')
-rw-r--r--test/Android.libarttest.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Android.libarttest.mk b/test/Android.libarttest.mk
index 57d06c4..26eac4c 100644
--- a/test/Android.libarttest.mk
+++ b/test/Android.libarttest.mk
@@ -24,6 +24,7 @@ LIBARTTEST_COMMON_SRC_FILES := \
004-ReferenceMap/stack_walk_refmap_jni.cc \
004-StackWalk/stack_walk_jni.cc \
004-UnsafeTest/unsafe_test.cc \
+ 044-proxy/native_proxy.cc \
051-thread/thread_test.cc \
116-nodex2oat/nodex2oat.cc \
117-nopatchoat/nopatchoat.cc \