summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/content/NativeLibraryHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Remove the usage of PackageParserJackal Guo2021-08-111-2/+1
* Pause watchdog monitor for incfs native lib extractionYurii Zubrytskyi2021-06-291-15/+0
* Refactor PackageParser (4/n)Jackal Guo2021-01-271-13/+16
* [pm] minor refactoringSongchun Fan2020-07-011-0/+2
* [incremental] respect extractNativeLibs in native lib configSongchun Fan2020-05-271-1/+2
* [incfs] Make native library extraction asyncYurii Zubrytskyi2020-04-101-1/+15
* ParsingPackage/ParsedPackage split source migrationWinson2020-02-191-10/+1
* Incremental native lib extractionSongchun Fan2020-02-071-2/+55
* Refactor to prepare for incremental native lib extractionSongchun Fan2020-02-061-50/+61
* Enable basic incremental installationSongchun Fan2019-12-161-3/+15
* Revert Revert PackageParser#Package fixesWinson2019-12-061-1/+1
* Revert "Revert "Deprecate PackageParser#Package""Winson2019-12-061-6/+7
* [incremental] Manager, Storage and changes to Package Manager ServiceSongchun Fan2019-11-271-1/+18
* Revert "Deprecate PackageParser#Package"Winson Chiu2019-10-011-7/+7
* Deprecate PackageParser#PackageWinson2019-09-261-7/+7
* Respect extractNativeLibs in natively bridged environmentsdimitry2018-10-041-6/+2
* In place split install native supportPatrick Baumann2018-04-301-1/+4
* The pm command is no more.Dianne Hackborn2017-11-211-0/+13
* Install all files from the lib directory for debuggable appsTamas Berghammer2016-11-091-11/+19
* Load libraries directly from apkDmitriy Ivanov2015-03-211-10/+21
* Installing splits into ASECs!Jeff Sharkey2014-08-221-22/+27
* More progress towards split APKs in ASECs.Jeff Sharkey2014-08-201-17/+181
* Multi-arch application installs.Narayan Kamath2014-07-101-24/+31
* Derive library path for upgraded system apps.Jeff Sharkey2014-07-081-1/+9
* Gracefully handle apps without native libraries.Jeff Sharkey2014-07-081-0/+1
* Teach DCS about cluster packages.Jeff Sharkey2014-07-051-2/+4
* Extract native code from split APKs.Jeff Sharkey2014-07-041-32/+108
* Fix native crashes when APKs can't be opened.Narayan Kamath2014-07-021-7/+17
* Scan for renderscript files before deciding ABIs.Narayan Kamath2014-06-031-0/+15
* Re-implement native library search and copies.Ramin Zaghi2014-04-091-16/+54
* Better error codes for missing filesKenny Root2011-08-031-0/+30
* Move extract native libraries to JNI codeKenny Root2011-07-261-273/+12
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Integrate StrictMode with CloseGuardBrian Carlstrom2010-11-041-0/+1
* Remove lingering system app native libs in /dataKenny Root2010-10-051-5/+16
* Fix location of gdbserver upon installationKenny Root2010-09-301-1/+1
* Move native library removal function to helperKenny Root2010-09-121-0/+30
* Allow native shared libraries in ASEC containersKenny Root2010-08-271-0/+296