summaryrefslogtreecommitdiff
path: root/core/java/android/app/LoadedApk.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Use ro.product.vndk.version for unbundled product apksJustin Yun2020-01-021-7/+6
* Revert "Fix: vendor public libraries are accessible via System.loadLibrary"Jiyong Park2019-09-101-42/+0
* Merge "Update path to the new ART APEX."Martin Stjernholm2019-09-021-3/+3
|\
| * Update path to the new ART APEX.Martin Stjernholm2019-08-301-3/+3
* | Merge "Remove (old) STOPSHIP" into qt-devMakoto Onuki2019-05-061-4/+3
|\ \
| * | Remove (old) STOPSHIPMakoto Onuki2019-04-301-4/+3
| * | DO NOT MERGE Do not check product unbundled from QKiyoung Kim2019-04-121-10/+0
* | | Merge "Check if product app is unbundled from property." am: 2ed229287dKiyoung Kim2019-04-091-3/+7
|\ \ \ | |/ / |/| / | |/
| * Check if product app is unbundled from property.Kiyoung Kim2019-04-041-3/+7
* | Do not start jit profile in app zygoteBo Liu2019-04-051-1/+3
* | Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am...Steven Moreland2019-04-011-1/+1
|\|
| * Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""Steven Moreland2019-03-291-1/+1
* | Merge "Revert "Preload non-bootclasspath Java lib ClassLoaders."" am: d08c3b6...Nicolas Geoffray2019-03-281-1/+1
|\|
| * Revert "Preload non-bootclasspath Java lib ClassLoaders."Nicolas Geoffray2019-03-281-1/+1
* | Merge "Preload non-bootclasspath Java lib ClassLoaders." am: 213812ba28 am: 6...Steven Moreland2019-03-271-1/+1
|\|
| * Preload non-bootclasspath Java lib ClassLoaders.Steven Moreland2019-03-271-1/+1
* | Merge "Mark product apks as unbundled" am: 856ef55672 am: 716111d81cKiyoung Kim2019-03-191-0/+10
|\|
| * Mark product apks as unbundledKiyoung Kim2019-03-141-0/+10
| * Move ApplicationInfo to params in AppComponentFactoryDavid Brazdil2019-02-281-13/+13
* | Add Context.bindService with executor parameterBo Liu2019-03-061-5/+44
* | Move ApplicationInfo to params in AppComponentFactoryDavid Brazdil2019-02-271-13/+13
* | Merge "Include /apex/com.android.runtime for native library in app classloade...vichang2019-02-121-3/+7
|\|
| * Include /apex/com.android.runtime for native library in app classloaderVictor Chang2019-02-121-3/+7
* | Merge "Move DexLoadReporter setup before AppComponentFactory calls" am: 385c4...David Brazdil2018-12-071-0/+10
|\|
| * Merge "Move DexLoadReporter setup before AppComponentFactory calls"David Brazdil2018-12-071-0/+10
| |\
| | * Move DexLoadReporter setup before AppComponentFactory callsDavid Brazdil2018-12-031-0/+10
| * | Start using shared libraries class loader.Nicolas Geoffray2018-12-021-8/+77
| |/
| * Create AppComponentFactory.instantiateClassLoader APIDavid Brazdil2018-11-191-18/+38
| * Move some members to the "Q blacklist".Mathew Inwood2018-10-221-4/+4
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+42
* | Merge "Fix various issues in ordering of grouped bindings."Dianne Hackborn2018-12-061-0/+13
|\ \
| * | Fix various issues in ordering of grouped bindings.Dianne Hackborn2018-12-051-0/+13
* | | Prevent initializing binder from LoadedApk when we can.Martijn Coenen2018-11-271-10/+30
|/ /
* | Start using shared libraries class loader.Nicolas Geoffray2018-11-221-8/+77
* | Create AppComponentFactory.instantiateClassLoader APIDavid Brazdil2018-11-161-18/+38
* | Move some members to the "Q blacklist".Mathew Inwood2018-09-141-4/+4
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+42
|/
* Fix: vendor public libraries are accessible via System.loadLibraryJiyong Park2018-06-041-0/+38
* Fix crash when loading resources without codeJason Monk2018-05-151-1/+1
* Allows disk reads when adding native paths to classloaderPatrick Baumann2018-05-091-1/+7
* Merge "Basedir of a bundled app is added to the permitted paths" into pi-devJiyong Park2018-05-091-0/+11
|\
| * Basedir of a bundled app is added to the permitted pathsJiyong Park2018-05-051-0/+11
* | In place split install native supportPatrick Baumann2018-04-301-0/+5
|/
* Fix crash with AppComponentFactoryJason Monk2018-03-021-1/+4
* Merge "Revert "Minor LoadedApk refactoring.""TreeHugger Robot2018-01-301-68/+3
|\
| * Revert "Minor LoadedApk refactoring."Todd Kennedy2018-01-301-69/+6
* | [framework] Extend profile operations to take the profile nameCalin Juravle2018-01-241-13/+10
|/
* Minor LoadedApk refactoring.Jeff Hamilton2017-12-141-6/+69
* Add AppComponentFactory APIJason Monk2017-12-131-0/+21