OSDN Git Service

Add path to native libraries inside apk
authorDmitriy Ivanov <dimitry@google.com>
Sat, 6 Jun 2015 05:00:13 +0000 (22:00 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Wed, 10 Jun 2015 03:40:20 +0000 (20:40 -0700)
commite56b3f63e8235ab45e081fc9d3476a3e5248ddde
tree5be660a05fe2e9c0186ffb1652006439a707a8ca
parent7e8e29ad2e5e8a722db163f5e740ba3453c45d9b
Add path to native libraries inside apk

If an application has native code (and primary abi)
include path to corresponding folder inside apk-file
to ldLibraryPath when constructing PathClassLoader

Bug: 21647354
Bug: 21667767
Bug: 21726698
Bug: 8076853
Change-Id: Ib0a2f01ee69019d3206a00c542bd7d0f58d0c481
core/java/android/app/LoadedApk.java