commit | b357c651c3e2444ad0c3e82458d998acceefeb20 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Nov 17 18:04:35 2020 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Nov 19 15:17:15 2020 +0900 |
tree | 255958e7f93e5428d5c8993c65a973aa39537bcd | |
parent | 447c519635a9e25eeb83db97b2e4e0572a1ad7d3 [diff] |
Create linker namespace in startServiceFromJar Previously the classloader would have no initialized linker namespace, so JNI libraries associated with a JAR in an APEX would not be found. Use ClassLoaderFactory to ensure that the linker namespace is initialized. Bug: 172541385 Test: manual: boot device with system server JAR using JNI in APEX Change-Id: Icc94c70b3e3817aa637c32f1190faa41364e1604