commit | 5c7d582be4054eaf846a5b1cf49a41ff83f52232 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Dec 28 19:08:13 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Tue Jan 02 09:05:55 2018 -0800 |
tree | 5ff6b8bd0a8cc9f293aa0805034f86457f647d3a | |
parent | 93d344d98cd02d66c3aac8067718be828ea283f9 [diff] |
Nativeloader: Add minimal effort for host library path Attempt to (somewhat) support the given library path on a non-Android device. Iterate through the given list and construct a complete path. This will of course not handle dependencies correctly and is best effort. Required (and enough) for agent-related testing in ART. Bug: 70901841 Test: m Change-Id: I9ecb27d662c8a2c79a70b6c5464483c449c5d034