commit | 72b85330b71797e078e94abacdc69ddd4650ccd4 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Dec 28 17:20:55 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Dec 28 17:20:55 2018 +0900 |
tree | f73635ee419bd6997acd32ff157287baf2b8422d | |
parent | 1650dafad62578a1766bd617d78458a4cf1e2a9a [diff] |
Add libjavacrypto.so to the runtime APEX Since the lib is used with dlopen, there is no build-time dependency to the library from anything in the runtime library. As a result, the lib hasn't been included in the runtime APEX. Fixing this by explicitly listing the lib name in the native_shared_libs property. Bug: 121395847 Test: m com.android.runtime.debug; the build apex has libjavacrypto.so Test: atest CtsJdwpTestCases Change-Id: I7786919c492b1bbf3826d0c595d24e3c9d78282e