summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/SharedLibraryInfo.java
Commit message (Expand)AuthorAgeFilesLines
* SDK -> SDK_PACKAGE to address API feedback.Alex Buynytskyy2022-01-281-7/+13
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-2/+2
* Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-2/+2
|\
| * Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-2/+2
* | Add SDK to the IntDefAlex Buynytskyy2022-01-061-2/+4
|/
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-2/+2
* Revert "Revert "SDK libraries.""Alex Buynytskyy2021-12-021-0/+17
* Revert "SDK libraries."Rick Yiu2021-12-021-17/+0
* SDK libraries.Alex Buynytskyy2021-11-301-0/+17
* Add SharedLibraryInfo#isNative to @TestApi surface.satayev2021-06-031-0/+1
* Merge "Expose SharedLibraryInfo#getAllCodePaths as @TestApi." am: 3f955dda5c ...satayev2021-05-121-2/+5
|\
| * Expose SharedLibraryInfo#getAllCodePaths as @TestApi.satayev2021-05-111-2/+5
* | SharedLibraryInfo.isNative() returns true for native libsJiyong Park2020-11-241-9/+0
* | Introduce uses-native-library tagJiyong Park2020-07-211-1/+24
|/
* Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-8/+23
* ParsingPackage/ParsedPackage split source migrationWinson2020-02-191-23/+0
* Revert "Revert "Deprecate PackageParser#Package""Winson2019-12-061-8/+13
* Revert "Deprecate PackageParser#Package"Winson Chiu2019-10-011-13/+8
* Deprecate PackageParser#PackageWinson2019-09-261-8/+13
* Merge "pm: SharedLibraryInfo: toString closing bracket" am: 05a8e0b44c am: 48...Steven Moreland2019-03-201-2/+2
|\
| * pm: SharedLibraryInfo: toString closing bracketSteven Moreland2019-03-181-2/+2
| * Start using shared libraries class loader.Nicolas Geoffray2018-12-021-2/+28
| * Make shared library dependencies explicit in SharedLibraryInfoNicolas Geoffray2018-11-151-2/+49
| * Attach SharedLibraryInfo to a Package.Nicolas Geoffray2018-11-151-3/+34
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | Break shared library adds into populate and modifyPatrick Baumann2018-12-201-1/+19
* | Start using shared libraries class loader.Nicolas Geoffray2018-11-221-2/+28
* | Make shared library dependencies explicit in SharedLibraryInfoNicolas Geoffray2018-11-061-2/+49
* | Attach SharedLibraryInfo to a Package.Nicolas Geoffray2018-10-231-3/+34
|/
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-7/+5
* Add major version code to platform.Dianne Hackborn2017-12-041-6/+13
* Fix handling of @removed APIs.Jeff Sharkey2017-08-091-3/+0
* Addess API council commentsSvetoslav Ganov2017-05-011-1/+1
* Address API council commentsSvetoslav Ganov2017-04-181-24/+39
* Platform support for static shared librariesSvet Ganov2017-01-221-0/+216