commit | 418d20fc407052d4152157f61e7453359f902383 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 22 14:00:39 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 23 13:58:05 2011 -0700 |
tree | 250a190e03cb4c8d509dc3a13fd4607f888965ca | |
parent | c41e5b5ae1befe2c602d55de1dbc04d1914f4a6c [diff] [blame] |
Implement reflective method invocation. Change-Id: Ib3af9d7e00bf226398610b5ac6efbfe3eb2d15e8
diff --git a/build/Android.common.mk b/build/Android.common.mk index 2031f30..b921281 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -133,6 +133,7 @@ src/offsets.cc \ src/os_linux.cc \ src/reference_table.cc \ + src/reflection.cc \ src/runtime.cc \ src/signal_catcher.cc \ src/space.cc \