summaryrefslogtreecommitdiff
path: root/java/hiddenapi_modular.go
AgeCommit message (Expand)Author
2024-09-26Remove the SdkLibraryDependency interface Jihoon Kang
2024-06-28Use metalava's signature-to-dex subcommand Paul Duffin
2024-05-02Make the enabled property configurable Cole Faust
2024-04-17Remove extractEncodedDexJarsFromModules Jihoon Kang
2024-01-23Make hiddenAPIFlagFileCategory an int Cole Faust
2024-01-18Merge "Add better error handling to bootDexJar function" into main Treehugger Robot
2024-01-17Add better error handling to bootDexJar function Spandan Das
2024-01-12Enable hiddenapi check for exportable stubs Jihoon Kang
2024-01-09Replace panic with ModuleErrorf Spandan Das
2024-01-02Use the correct bootjars for hiddneapi when multiple prebuilts exist Spandan Das
2023-12-20Use the correct bootjars when multiple prebuilt apexes exist Spandan Das
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-12-14Convert NewProvider/NewMutatorProvider to generic providers API Colin Cross
2023-11-06Disable verify_overlaps test instead of hiddenapi check. Alyssa Ketpreechasawat
2023-10-11Utilize module lib and test api superset module in hiddenapi Jihoon Kang
2023-07-12Remove metalava --no-banner argument MÃ¥rten Kongstad
2023-06-15Cleanup remaining android.JavaApiLibraryName() references Jihoon Kang
2023-06-05Cleanup android.JavaApiLibraryName references Jihoon Kang
2023-05-22Fix bootclasspath_fragment build failure during from-text stub build Jihoon Kang
2023-04-06Utilize from text core platform api surface jar in build Jihoon Kang
2023-03-22Update min_sdk_version from SdkSpec to ApiLevel Spandan Das
2023-03-20Cleanup hardcoded references to android_*stubs_current Spandan Das
2023-02-28Replace SortedStringKeys with SortedKeys Cole Faust
2022-12-12Remove IsModuleInVersionedSdk Paul Duffin
2022-09-14Exclude unsupported libraries from sdk snapshot Paul Duffin
2022-09-14Separate hidden API flag info for sdk from platform_bootclasspath Paul Duffin
2022-09-14Separate hidden API flag generation from encoding Paul Duffin
2022-08-19Add hidden API properties to java_sdk_library modules Paul Duffin
2022-08-19Push Hidden_api inside HiddenAPIFlagFileProperties Paul Duffin
2022-08-19Refactor handling of hidden API property provided information Paul Duffin
2022-04-28hiddenapi: Prevent libraries for Q/R from include S+ flags. Paul Duffin
2022-04-12Remove implementation details from stub flags in sdk snapshot Paul Duffin
2022-04-08Use named options for verify_overlaps Paul Duffin
2022-03-18Make bootclasspath_fragment hidden API package checks exhaustive Paul Duffin
2021-10-05Allow implementation details to be excluded from signature patterns file Paul Duffin
2021-10-05Retry: Separate hidden API flags needed in sdk snapshots for S and T Paul Duffin
2021-10-04Revert "Separate hidden API flags needed in sdk snapshots for S and T" Salmax Chang
2021-10-01Separate hidden API flags needed in sdk snapshots for S and T Paul Duffin
2021-09-23Propagate the dex jar path as an OptionalPath which is either valid or Martin Stjernholm
2021-09-20Remove workaround for modules with missing BCP fragments, as they are Martin Stjernholm
2021-09-14Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag Paul Duffin
2021-08-11Filter blocked entries from modular flag files Paul Duffin
2021-08-06Separate creation of signature patterns from overlap checking Paul Duffin
2021-07-20Remove unnecessary dedup logic Paul Duffin
2021-07-16Make bootclasspath_fragments always perform hidden API processing Paul Duffin
2021-07-01Merge "Defer error reporting of missing prebuilt dex jar files" Paul Duffin
2021-06-30Support using java_sdk_library components in stub_libs Paul Duffin
2021-06-29Defer error reporting of missing prebuilt dex jar files Paul Duffin
2021-06-28Calculate widest stub dex jars per module Paul Duffin
2021-06-27Add test to show issues with widest stub dex jars Paul Duffin