summaryrefslogtreecommitdiff
path: root/cc/compiler.go
AgeCommit message (Expand)Author
2025-02-06Merge "Monitor the ABI declared in CommonGlobalIncludes" into main Hsin-Yi Chen
2025-01-21Monitor the ABI declared in CommonGlobalIncludes Hsin-Yi Chen
2025-01-10rust: Add stub support for rust_ffi modules Ivan Lozano
2025-01-10cc: Pull out common library compilation flags Ivan Lozano
2025-01-10Refactor cc/rust to prep for Rust stubs Ivan Lozano
2024-12-18Convert findImplementationLibrary and compilerFlags to use ModuleProxy. Yu Liu
2024-11-06Make include_dirs and local_include_dirs configurable Cole Faust
2024-11-04Remove 3 make vars related globals from cc. Yu Liu
2024-10-22Merge "Add new properties to aid in removing the 1-variant fallback" into main Cole Faust
2024-10-21Add new properties to aid in removing the 1-variant fallback Cole Faust
2024-10-21Use --sysroot when compiling against the NDK Colin Cross
2024-10-21Revert "Use --sysroot when compiling against the NDK" Colin Cross
2024-10-17Use --sysroot when compiling against the NDK Colin Cross
2024-10-14Respect THINLTO_USE_MLGO for ML inliner Florian Mayer
2024-10-02Don't mutate sources when reusing objects Colin Cross
2024-09-24Define __ANDROID_VENDOR_API__ for product variants Justin Yun
2024-08-19Make the WholeStatic/Static/Shared libs properties configurable Cole Faust
2024-08-12Make the srcs and exclude_srcs properties configurable Cole Faust
2024-07-26cc: Enable select syntax for cppflags Aleks Todorov
2024-06-28Merge "cc/rust: Alias ffi rlib variant for static_libs" into main Ivan Lozano
2024-06-27Merge "disable rtti by default even for non-bionic builds" into main Treehugger Robot
2024-06-26cc/rust: Alias ffi rlib variant for static_libs Ivan Lozano
2024-06-14Merge "Remove debug/release cflags" into main Cole Faust
2024-06-14Merge "cc: Make generated_headers configurable" into main Aleks Todorov
2024-06-14cc: Make generated_headers configurable Aleks Todorov
2024-06-13Make the cflags property configurable Cole Faust
2024-06-13Remove debug/release cflags Cole Faust
2024-06-11disable rtti by default even for non-bionic builds Frederick Mayle
2024-06-11Merge changes from topic "optimize_for_size" into main Yi Kong
2024-06-07allow arch_variants for C++'s rtti option Frederick Mayle
2024-06-06Enable MLGO inliner optimization for optimize_for_size cases Yi Kong
2024-06-06Add "Optimize_for_size" build property Yi Kong
2024-05-21Add clang_verify property for cc. kellyhung
2024-05-17Merge changes from topic "rust-made-to-order-staticlibs" into main Ivan Lozano
2024-05-16rust: made-to-order rust staticlibs Ivan Lozano
2024-05-14cc_cmake_snapshot: improve support for AIDL Tomasz Wasilczyk
2024-05-09Implement cc_cmake_snapshot Hao Chen
2024-05-06BaseCompilerProperties: add AidlInterface struct for aidl_interface info Tomasz Wasilczyk
2024-04-02Add global C flags to compile_commands Luis Useche
2024-02-01Remove x86 specific flags from bpf target AdityaK
2024-01-10Disable tidy checks for generated code JaeMan Park
2024-01-09Split usage of UseVndk Kiyoung Kim
2023-12-13Avoid `-target riscv64-linux-androidVanillaIceCream`. Elliott Hughes
2023-11-30Define __ANDROID_VENDOR_API__ Justin Yun
2023-11-02Don't call android.PathForModuleSrc(ctx).String() to get ModuleDir Colin Cross
2023-07-27Allow ramdisk targets to set cflags/exclude_srcs. Christopher Ferris
2023-05-23Sandbox inputs to aidl rule in cc Vinh Tran
2023-05-15Use aidl_library in cc libraries Vinh Tran
2023-01-20Delete __ANDROID_APEX_MIN_SDK_VERSION__ from Soong Vinh Tran
2022-09-14Revert^2 "deletion of clang_cflags & clang_asflags from Soong" Alix Espino