commit | 65af20b1aaa2b23abaae3e4a21d7b6cdcb156889 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Apr 20 09:15:08 2017 -0700 |
committer | Alex Light <allight@google.com> | Thu Apr 20 22:47:01 2017 +0000 |
tree | 8bf0c219ec23392afe2f04972b6abc2665c9ab80 | |
parent | aa03f6fa38da0166790f2b22b679e6568ad56f7d [diff] |
Agent libraries need to be searched for JNI functions This makes agent libraries the option of last resort for native method implementations. This will allow one to not need to manually link all native methods in an agent library. Bug: 37522517 Bug: 37432636 Test: ./test.py --host -j40 Change-Id: I5ad78a15e7e2799d2a877c5d603342899e2a1bd1