aboutsummaryrefslogtreecommitdiff
path: root/cc/sabi.go
AgeCommit message (Expand)Author
2024-05-09Ensure opt-in platform ABI dumps are configured with ref_dump_dirsHsin-Yi Chen
2024-05-03Disable header ABI checker for NDKHsin-Yi Chen
2024-04-25Split APEX ABI dumps from implementation ABI dumpsHsin-Yi Chen
2024-04-10Pass system include dirs to header ABI checkerHsin-Yi Chen
2024-02-07Separate LLNDK ABI diff reports from the other variantsHsin-Yi Chen
2024-01-31Separate LLNDK from the platform library dumpsHsin-Yi Chen
2024-01-09Do not build ABI dumps for VNDKHsin-Yi Chen
2023-12-14Convert Provider to generic providers APIColin Cross
2022-12-28Add header_abi_checker properties for vendor, product, and platformHsin-Yi Chen
2021-07-21Remove Fuchsia support from SoongColin Cross
2021-06-28Delete unused functionsLiz Kammer
2021-06-07cc/sabi.go: Propagate ShouldCreateSourceAbiDump to reuseObjTag depsYi-Yo Chiang
2021-05-12Refactor vendor snapshot to use LinkableInterface.Ivan Lozano
2021-04-13cc: Create a common image mutator interfaceIvan Lozano
2020-12-21Don't rewrite LLNDK dependencies with .llndk suffixColin Cross
2020-12-17Call ctx.InstallFile for uninstallable cc modulesColin Cross
2020-12-14Refine ABI check and enable ABI check on APEX exported libsYo Chiang
2020-12-14Refactor cc/cc.go cc/library.go shouldCreateSourceAbiDump()Yo Chiang
2020-12-14Refactor cc/sabi.goYo Chiang
2020-07-29Add libraryDependencyTag to track dependencies on static and shared librariesColin Cross
2019-12-18Revert "Also package recursive jni_libs deps of android_apps as well as direc...Lorenzo Colitti
2019-12-16Also package recursive jni_libs deps of android_apps as well as direct deps.Peter Collingbourne
2019-11-07Split local and global cflagsColin Cross
2019-11-01Soong generates vndk-related .libraries.txt filesJooyung Han
2019-10-28Add support for Rust C libraries.Ivan Lozano
2019-10-28Add a common interface for cc linkable libraries.Ivan Lozano
2019-08-07Add tags to the list of lsdump pathsHsin-Yi Chen
2019-06-11Separate exported includes out of flagsInseob Kim
2019-05-09Attach global variables to ContextInseob Kim
2018-10-16Remove flags from ClangLibToolingUnknownCflagsLogan Chien
2018-08-24Remove flto dependent flags when -flto is removed.Chih-Hung Hsieh
2018-06-14Update ToolingCFlags overrides to include other new architecturesYi Kong
2018-03-01Create a make variable for all lsdump files.Jayant Chowdhary
2017-10-24Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross
2017-10-18Some clarifications in preparation to automatically order linker dependenciesJeff Gaston
2017-10-04Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston
2017-10-03Some clarifications in preparation to automatically order linker dependenciesJeff Gaston
2017-09-11Dump abi for vendor variants of VNDK libraries.Jayant Chowdhary
2017-08-17List of VNDK-related libs are exported to makeJiyong Park
2017-07-22Override mcpu option of ToolingCFlags when mcpu is eyxnos-m2.Junmo Park
2017-07-18Install VNDK libs in /system instead of /vendorJustin Yun
2017-06-30Refactor factoriesColin Cross
2017-06-19Black-list for clang LibTooling Cflags.Jayant Chowdhary
2017-05-25Optimizations to abi checking.Jayant Chowdhary
2017-04-14Add header-abi-checker for Vndk abi checks.Jayant Chowdhary