aboutsummaryrefslogtreecommitdiff
path: root/cc/makevars.go
AgeCommit message (Expand)Author
2023-01-25Add noOverride64GlobalCflags support to Soongzijunzhao
2022-09-30Removed unused GCC referencesColin Cross
2022-09-15[cleanup] remove unused variable.Florian Mayer
2022-05-19Rename modulesAddedWall to modulesWarningsAllowedYi Kong
2022-02-18Merge "Export sanitizer paths to Make"Colin Cross
2022-02-17Export sanitizer paths to MakeColin Cross
2022-02-16Do not add non-existing -Bprebuilts/gcc/.../binChih-Hung Hsieh
2021-12-15Add noOverrideExternalGlobalCflags support to SoongStephen Hines
2021-07-20Replace android.BuildOs with Config.BuildOSColin Cross
2021-07-14Rename ninja variables with Clang in the nameColin Cross
2021-07-14Remove clang indirection without affecting build.ninjaColin Cross
2021-05-07Use "${config.ClangBin}/llvm-" for TOOLS_PREFIX.Elliott Hughes
2021-05-06Remove most of the remaining references to gccCmd.Elliott Hughes
2021-05-01Use create_minidebuginfo tool instead of bash script.David Srbecky
2021-04-27Remove global state from vendor public librariesColin Cross
2021-04-21Move some make variables from GNU binutils to LLVM equivalents.Elliott Hughes
2021-01-13Merge "Remove remaining libnativehelper implicit includes"Orion Hodson
2020-12-23Support for recovery snapshot.Jose Galmes
2020-11-17Store ndkKnownLibs in the configColin Cross
2020-09-24Remove remaining libnativehelper implicit includesOrion Hodson
2020-08-07Remove M4 export to MakeDan Willemsen
2020-07-23Revert "Support per-module MakeVars"Dan Willemsen
2020-07-17Support per-module MakeVarsDan Willemsen
2020-06-30Dedup NDK library lists in make.Dan Albert
2020-06-30Generate the known NDK libraries list.Dan Albert
2019-12-04Exclude dirs from binder interface whitelistingIvan Lozano
2019-11-01Soong generates vndk-related .libraries.txt filesJooyung Han
2019-07-30Merge "Specify the API level via the triple instead of __ANDROID_API__."Peter Collingbourne
2019-07-25Specify the API level via the triple instead of __ANDROID_API__.Peter Collingbourne
2019-07-24Merge "Do not install LLNDK libs moved APEX on /system"Przemyslaw Szczepaniak
2019-07-22Do not install LLNDK libs moved APEX on /systemPrzemyslaw Szczepaniak
2019-07-19Remove asanLibs.Dan Albert
2019-06-19Use prebuilt m4 instead of system m4Dan Willemsen
2019-05-17Teach soong not to duplicate the HWASAN runtime into each APEX.Peter Collingbourne
2019-05-09Attach global variables to ContextInseob Kim
2019-04-04Remove our clang-tidy wrapperGeorge Burgess IV
2019-03-21Add support for no-vendor-variant VNDKVic Yang
2019-02-07Make MakeVarsContext a PathContextColin Cross
2019-02-06Prepare for a type-safe OnceKeyColin Cross
2019-01-28Stop exporting the windows toolchain to MakeDan Willemsen
2018-10-22Allow generating modules once per OS instead of once per ClassDan Willemsen
2018-10-12Define HWADDRESS_SANITIZER_GLOBAL_OPTIONS.Evgenii Stepanov
2018-10-11Scudo minimal runtime support for SoongKostya Kortchinsky
2018-10-07Update flags passed to makeDan Willemsen
2018-09-21Use WITH_TIDY_FLAGS env variable.Chih-Hung Hsieh
2018-09-10Export build/soong/scripts/strip.sh to MakeColin Cross
2018-09-07(soong) Add -fsanitize= argument to assembly flags.Evgenii Stepanov
2018-09-06Remove GCC support from MakeDan Willemsen
2018-08-28Pass hwasan extra cflags to make.Evgenii Stepanov
2018-08-27Define PATH_TO_CLANG_TIDY_SHELL for build/make rules.Chih-Hung Hsieh