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
1 file changed