summaryrefslogtreecommitdiff
path: root/java/hiddenapi_modular.go
AgeCommit message (Expand)Author
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
2021-06-27Allow hiddenapi list to ignore missing classes/members Paul Duffin
2021-06-25Merge "Support hidden API processing for modules that use platform APIs" Paul Duffin
2021-06-25Support hidden API processing for modules that use platform APIs Paul Duffin
2021-06-25Verify the modular stub flags are subsets of the monolithic stub flags Paul Duffin
2021-06-25Make ruleToGenerateHiddenAPIStubFlagsFile build rule Paul Duffin
2021-06-24Add ModuleLibHiddenAPIScope for hidden API processing Paul Duffin
2021-06-24Add HiddenAPIScope to replace use of SdkKind Paul Duffin
2021-06-20Fix monolithic hidden API processing with prebuilts Paul Duffin
2021-06-17Exclude jacocoagent from boot jars package check Paul Duffin
2021-06-17Combine hidden API encoding with flag generation Paul Duffin
2021-06-14Avoid passing around []hiddenAPIModule Paul Duffin
2021-06-10Make copyBootJarsToPredefinedLocations simpler and less fragile Paul Duffin
2021-06-10Export hidden api related types and fields Paul Duffin
2021-05-24Support removed API members in modular hidden API processing Paul Duffin
2021-05-24Support hidden API processing for fragments with dependencies Paul Duffin
2021-05-24Remove bootclasspathApiInfo Paul Duffin
2021-05-24Fix hidden API flags in com.android.i18n Paul Duffin
2021-05-24Rename hiddenAPIFlagFileInfo to HiddenAPIInfo Paul Duffin
2021-05-24Separate input to flag generation from hiddenAPIFlagFileInfo Paul Duffin
2021-05-24Separate output of flag generation from hiddenAPIFlagFileInfo Paul Duffin
2021-05-24Separate monolithic hidden API processing from hiddenAPIFlagFileInfo Paul Duffin
2021-05-19Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath Paul Duffin
2021-05-14Merge "Generate monolithic hidden API files direct from class jars" Paul Duffin
2021-05-14Merge "Dedup hidden API rule generation" Paul Duffin
2021-05-14Generate monolithic hidden API files direct from class jars Paul Duffin
2021-05-14Dedup hidden API rule generation Paul Duffin
2021-05-14Make hidden API handle jacoco-stubs consistently Paul Duffin
2021-05-14Use java_sdk_library in bootclasspath_fragment contents as stubs Paul Duffin
2021-05-14Validate monolithic and modular hidden API flags are consistent Paul Duffin
2021-05-14Generate hidden API flags for a bootclasspath_fragment Paul Duffin
2021-04-28Add support for specifying api provided by bootclasspath_fragment Paul Duffin
2021-04-27Automatically export bootclasspath_fragment stubs from sdk Paul Duffin
2021-04-22Move monolithic stub flags generation to platform_bootclasspath Paul Duffin
2021-04-22Extract common stub flags code Paul Duffin