aboutsummaryrefslogtreecommitdiff
path: root/cc/binary.go
AgeCommit message (Expand)Author
2021-02-04bp2build: convert paths/module refs to Bazel labelLiz Kammer
2020-12-22Remove unnecessary snake case variables.Jaewoong Jung
2020-12-01Improve commenting for cc/builer.go, and kill dead codeChris Parsons
2020-11-20Improve commenting of cc/binary.go.Chris Parsons
2020-11-14Use the the preferred architecture symlink as the tool path if it existsColin Cross
2020-10-22Add vendor-ramdisk image to Soong.Yifan Hong
2020-10-06Remove global state from apex modulesColin Cross
2020-08-27cc: export Stripper structThiƩbaud Weksteen
2020-08-25bootstrap is added for cc_binary only when the module is in an APEXJiyong Park
2020-08-13Rename ApexName to ApexVariationNameColin Cross
2020-08-11Stop using prebuilt NDK CRT objects.Dan Albert
2020-06-25Support multiple dists per Android.bp module, and dist output selection.Jingwen Chen
2020-06-05Refine logic choosing vendor snapshot modulesInseob Kim
2020-02-18Add support for cc_binary in module_exportsPaul Duffin
2020-01-22Add ramdisk image.Yifan Hong
2020-01-16Dedup cc binary build components registrationPaul Duffin
2019-11-07Split local and global cflagsColin Cross
2019-10-24Stop linking libdl.a into static binsRyan Prichard
2019-09-19Remove old-style support for translated second architecturesColin Cross
2019-09-11Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs.Martin Stjernholm
2019-09-05Support boringssl hash injection on binaries and make it transitiveColin Cross
2019-08-13Build native coverage variant of APEXes when neededJiyong Park
2019-07-10Use ctx.Target().NativeBridge to detect if the arch is translated or notJiyong Park
2019-06-12Merge "Package coverage files as a zip."Treehugger Robot
2019-06-11Package coverage files as a zip.Oliver Nguyen
2019-06-11Merge "Have `symlink_preferred_arch: true` honor the `stem` property."Roland Levillain
2019-06-10Revert "Revert "Revert "Revert "Enable lld for windows""""Josh Gao
2019-06-10Have `symlink_preferred_arch: true` honor the `stem` property.Roland Levillain
2019-06-07Revert "Revert "Revert "Enable lld for windows"""Josh Gao
2019-06-05Allow arch-specific `symlink_preferred_arch` properties.Roland Levillain
2019-05-31Omit .gnu_debuglink sections in object filesRyan Prichard
2019-05-17Teach soong not to duplicate the HWASAN runtime into each APEX.Peter Collingbourne
2019-04-16Revert "Revert "Enable lld for windows""Pirama Arumuga Nainar
2019-04-03Revert "Enable lld for windows"Josh Gao
2019-03-29Include libprofile-extras to all coverage variantsPirama Arumuga Nainar
2019-03-25Soong: Add synopsis to several modules under cc package.Patrice Arruda
2019-03-20Enable lld for windowsPirama Arumuga Nainar
2019-03-16Install symlink to the runtime APEX only for deviceJiyong Park
2019-03-15Create symlink for bionic filesJiyong Park
2019-02-04Use llvm-{strip,objcopy} by defaultYi Kong
2019-02-01Add unstrippedOutputFilePath to the linker interfaceJiyong Park
2019-01-31"bootstrap: true" modules are using bootstrap BionicJiyong Park
2019-01-29Add support for symlink_preferred_arch in apexAlex Light
2019-01-25Make sure that ASAN runtime lib is the first DT_NEEDED oneJiyong Park
2019-01-24Support building for Fuchsia.Doug Horn
2018-12-21Fix: static dependency across an APEX is lostJiyong Park
2018-12-18Ignore shared libs for static executables.Jaewoong Jung
2018-11-19Add dist support to SoongDan Willemsen
2018-10-22Rework how linux_bionic is built with LLDDan Willemsen
2018-10-09Remove GCC checksDan Willemsen