summaryrefslogtreecommitdiff
path: root/java/hiddenapi_singleton.go
AgeCommit message (Expand)Author
2024-05-08Revert^2 "Remove compilation actions from java sdk library" Jihoon Kang
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-07-30Disable Hidden API Checks for ENG Builds Pratyush
2023-07-11Extract duplicate code to common helper functions. Jiakai Zhang
2023-05-19Parallelize singleton execution LaMont Jones
2021-05-26Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx. Martin Stjernholm
2021-05-18Rename InApexes -> InApexVariants Jiyong Park
2021-05-14Refactor special handling of hidden API encoding for master-art Paul Duffin
2021-05-12Move copying of dex files from dexpreopt_bootjars singleton Paul Duffin
2021-04-30Split findAndCopyBootJars into separate find and copy functions Paul Duffin
2021-04-29Move generation of hidden API make vars to platform_bootclasspath Paul Duffin
2021-04-29Treat "apex" system_ext the same as platform Paul Duffin
2021-04-22Move monolithic stub flags generation to platform_bootclasspath Paul Duffin
2021-04-22Extract common stub flags code Paul Duffin
2021-04-21Add tempPathForRestat to improve consistency Paul Duffin
2021-04-14Move hidden API metadata file rule to platform_bootclasspath Paul Duffin
2021-04-14Move handling of prebuilt hiddenapi-index.csv to hiddenapi singleton Paul Duffin
2021-04-14Move hidden API index file rule to platform_bootclasspath Paul Duffin
2021-04-13Remove unused hiddenapi_flags module type Paul Duffin
2021-04-13Export monolithic hidden API files from platform_bootclasspath Paul Duffin
2021-04-12Move generation of global hidden API flags to platform_bootclasspath Paul Duffin
2021-04-12Extract ruleToGenerateHiddenApiFlags Paul Duffin
2021-04-07Merge "Update build to new location of hiddenapi config files" Paul Duffin
2021-04-07Remove hidden API special handling of android.test.base Paul Duffin
2021-04-06Update build to new location of hiddenapi config files Paul Duffin
2021-03-16Convert hiddenapi tests to use test fixtures Paul Duffin
2021-02-16Sort hiddenapi monolithic files by signature Paul Duffin
2021-02-16Remove duplicates in monolithic hidden API files Paul Duffin
2021-02-09Convert java.Dependency to JavaInfo provider Colin Cross
2021-02-09Move hiddenapi tools used by build/soong from frameworks/base Paul Duffin
2021-02-07Add test for hiddenAPI index file generation Paul Duffin
2021-02-05Improve module filtering in hiddenapi stubFlagsRule() Paul Duffin
2021-01-29Add documentation for the different files created by hiddenapi Paul Duffin
2021-01-19Enable prebuilt hiddenapi CSV files. Bill Peckham
2021-01-13Move temp blocklist APIs to max-sdk-r list. Mathew Inwood
2020-12-04Improve error messages for missing dependencies Paul Duffin
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-11-30Add 'lo-prio' tag to temp blocklist. Mathew Inwood
2020-11-23Merge "Explicitly tag max-target-o APIs as "lo-prio"." Mathew Inwood
2020-11-11Explicitly tag max-target-o APIs as "lo-prio". Mathew Inwood
2020-11-11Merge "Temporarily move APIs to blocked list." Mathew Inwood
2020-11-10Temporarily move APIs to blocked list. Mathew Inwood
2020-11-05Remove dead code Anton Hansson
2020-10-21Tag removed APIs as such in hiddenapi_flags.csv. Mathew Inwood
2020-10-12Merge "Make hiddenapi flag generation use new artifact" Anton Hansson
2020-10-07Make hiddenapi flag generation use new artifact Anton Hansson
2020-10-06Remove global state from apex modules Colin Cross
2020-09-18Make hiddenapi use prebuilt stubs when it should Anton Hansson
2020-09-14Merge "Add hidden_api for java_import" Liz Kammer
2020-09-10Add hidden_api for java_import Liz Kammer