summaryrefslogtreecommitdiff
path: root/cc/ndk_library.go
AgeCommit message (Expand)Author
2025-02-24Remove DistFiles from AndroidMk datastructures Cole Faust
2025-01-10rust: Add stub support for rust_ffi modules Ivan Lozano
2025-01-10Refactor cc/rust to prep for Rust stubs Ivan Lozano
2025-01-08Convert depsToPaths to use ModuleProxy for both cc and rust. Yu Liu
2024-12-18Convert findImplementationLibrary and compilerFlags to use ModuleProxy. Yu Liu
2024-11-01Fix typo. Dan Albert
2024-10-31Stop dumping/diffing preview ABIs. Dan Albert
2024-09-18Fix `m ndk`. Dan Albert
2024-09-18Stop tracking the ABI of "current". Dan Albert
2024-09-04Merge changes from topic "libbinder_ndk-remove-cpp-headers" into main Steven Moreland
2024-09-04Revert^2 "Add an explanation to ndk_library." Colin Cross
2024-09-04Revert "Add an explanation to ndk_library." Pechetty Sravani (xWF)
2024-09-03Add an explanation to ndk_library. Dan Albert
2024-09-03Reland "Truely re-export export_header_libs from ndk_library" Steven Moreland
2024-08-09Disable ABI tracking for bionic. Dan Albert
2024-07-17Convert version mutator to TransitionMutator Colin Cross
2024-05-02Make the enabled property configurable Cole Faust
2024-04-09Remove "exported" ninja variables Cole Faust
2024-04-04Reland "Use cp instead of install for ndk_headers" Spandan Das
2024-04-04Revert "Use cp instead of install for ndk_headers" Spandan Das
2024-04-04Use cp instead of install for ndk_headers Spandan Das
2024-03-25Re-enable abi checking for hwasan builds. Elliott Hughes
2024-01-02Use ModuleInfoJSONProvider for cc modules Colin Cross
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-12-05Move NDK ABI monitoring enabling flag to release flags Aleksei Vetrov
2023-10-09Replace ndk_libs.bzl with an attr in cc_stub_suite Spandan Das
2023-10-05Fix error message to still be an error. Dan Albert
2023-10-04Add more information to the ABI error message. Dan Albert
2023-10-03create, but dont register, bp2build_deps mutator Chris Parsons
2023-09-26NDK library: fix ABI monitoring error message Aleksei Vetrov
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContext Chris Parsons
2023-09-20Merge "NDK library: use prebuilts to check next level ABI" into main Aleksei Vetrov
2023-09-19NDK library: use prebuilts to check next level ABI Aleksei Vetrov
2023-09-16bp2build converter for ndk_library Spandan Das
2023-09-13NDK library: collect NDK headers for ABI monitoring Aleksei Vetrov
2023-08-01NDK library: remove remnants of abidw usage Matthias Maennich
2023-08-01NDK library: extract ABI representations with STG Matthias Maennich
2023-08-01NDK library: switch abi diffing to STG Matthias Maennich
2023-08-01NDK library: switch to stg ABI format Matthias Maennich
2023-05-31Deprecate api bp2build of ndk_library and ndk_headers Spandan Das
2023-04-20Flag off abidw tasks. Dan Albert
2023-04-04Revert "Revert "Fix NDK library sysroot arrangement."" Dan Albert
2023-04-03Revert "Fix NDK library sysroot arrangement." Rebecca Chyung
2023-03-28Fix NDK library sysroot arrangement. Dan Albert
2022-11-29Improve error output for missing ABI dumps. Dan Albert
2022-11-01Fix error handling Alan Stokes
2022-10-07Converters for contributions to systemapi and vendorapi Spandan Das
2022-09-21Multi-tree API bp2build converter for ndk_library Spandan Das
2022-08-30Add a property in ndk_library for header contributions Spandan Das
2022-08-17Reformat build/soong for go 1.19 Colin Cross