summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/SharedLibraryInfo.java
AgeCommit message (Expand)Author
2021-06-03Add SharedLibraryInfo#isNative to @TestApi surface.satayev
2021-05-12Merge "Expose SharedLibraryInfo#getAllCodePaths as @TestApi." am: 3f955dda5c ...satayev
2021-05-11Expose SharedLibraryInfo#getAllCodePaths as @TestApi.satayev
2020-11-24SharedLibraryInfo.isNative() returns true for native libsJiyong Park
2020-07-21Introduce uses-native-library tagJiyong Park
2020-04-29Update more Parcelables to send Strings UTF-8.Jeff Sharkey
2020-02-19ParsingPackage/ParsedPackage split source migrationWinson
2019-12-06Revert "Revert "Deprecate PackageParser#Package""Winson
2019-10-01Revert "Deprecate PackageParser#Package"Winson Chiu
2019-09-26Deprecate PackageParser#PackageWinson
2019-03-20Merge "pm: SharedLibraryInfo: toString closing bracket" am: 05a8e0b44c am: 48...Steven Moreland
2019-03-18pm: SharedLibraryInfo: toString closing bracketSteven Moreland
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-12-20Break shared library adds into populate and modifyPatrick Baumann
2018-12-02Start using shared libraries class loader.Nicolas Geoffray
2018-11-22Start using shared libraries class loader.Nicolas Geoffray
2018-11-15Make shared library dependencies explicit in SharedLibraryInfoNicolas Geoffray
2018-11-15Attach SharedLibraryInfo to a Package.Nicolas Geoffray
2018-11-06Make shared library dependencies explicit in SharedLibraryInfoNicolas Geoffray
2018-10-23Attach SharedLibraryInfo to a Package.Nicolas Geoffray
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-12-04Add major version code to platform.Dianne Hackborn
2017-08-09Fix handling of @removed APIs.Jeff Sharkey
2017-05-01Addess API council commentsSvetoslav Ganov
2017-04-18Address API council commentsSvetoslav Ganov
2017-01-22Platform support for static shared librariesSvet Ganov