aboutsummaryrefslogtreecommitdiffstats
path: root/cc/compiler.go
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Brillo variableDan Willemsen2018-04-161-4/+0
* Merge "Fix the flaky build breakage for droiddoc target." into pi-devTreeHugger Robot2018-03-291-1/+1
|\
| * Fix the flaky build breakage for droiddoc target.Nan Zhang2018-03-281-1/+1
* | Set __ANDROID_API__ for vendor modules to vndk version.Justin Yun2018-03-281-1/+6
* | Add trace flag for cpp/Java AIDL generation.Martijn Coenen2018-03-271-0/+7
|/
* Use the platform -std= for sdk_version.Elliott Hughes2018-02-201-34/+31
* Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang2018-02-151-0/+1
* Revert "Support filegroup in exclude_srcs"Tobias Thierer2018-02-091-1/+0
* Support filegroup in exclude_srcsNan Zhang2018-02-071-0/+1
* Store missing profile files into a Make variablePirama Arumuga Nainar2018-01-291-1/+1
* Add only compiler-flag dependencies as implicitPirama Arumuga Nainar2018-01-231-6/+6
* Add 'openmp' compiler propertyPirama Arumuga Nainar2017-12-191-0/+11
* Add compile-time pathDeps as implicit dependenciesPirama Arumuga Nainar2017-12-191-7/+7
* Allow NDK static libraries to use the NDK sysroot.Dan Albert2017-12-141-1/+1
* No need to dump modules added -Werror.Chih-Hung Hsieh2017-12-041-1/+0
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-2/+2
* Add default -Wall -Werror or -Wall.Chih-Hung Hsieh2017-11-201-0/+30
* Fix using aidl files from filegroupsColin Cross2017-11-171-5/+19
* Move -fvisibility-inlines-hidden to global device cppflagsColin Cross2017-11-131-0/+1
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-11/+11
* Remove no_default_compiler_flags propertyColin Cross2017-11-031-44/+40
* Switch instruction_set to *stringDan Willemsen2017-10-251-2/+2
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-6/+6
* Squash vendor sources before linkageMutator runsJiyong Park2017-10-131-8/+0
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-4/+4
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-4/+4
* Refactor proto in preparation for java proto supportColin Cross2017-09-111-2/+7
* Add support for Windows Message CompilerDan Willemsen2017-09-091-0/+5
* cflags for vendor variantsJiyong Park2017-08-141-0/+8
* Map cpp_std c++17/gnu++17 to 1z.Josh Gao2017-07-261-4/+8
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+15
* Remove -isystem frameworks/av/includeColin Cross2017-05-031-1/+0
* Check reused source files in hasSrcExtColin Cross2017-05-031-0/+8
* Prepend arch variant include directoriesColin Cross2017-04-271-2/+2
* Pass -I to yasmColin Cross2017-04-271-2/+7
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-0/+20
* Add LLNDK support for the VNDKDan Willemsen2017-04-071-2/+7
* Fix include orderColin Cross2017-03-311-5/+5
* Always use the standard OSX SDK toolsDan Willemsen2017-03-131-4/+1
* Add support for CMakefile generationFabien Sanglard2017-02-071-0/+13
* Add c_std and cpp_std properties.Dan Albert2017-02-031-0/+21
* Support filegroupsColin Cross2016-12-171-0/+4
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Support aidl cpp generationDan Willemsen2016-12-051-0/+23
* Support .asm files for assemblyColin Cross2016-12-021-0/+3
* Add basic VNDK support in SoongDan Willemsen2016-11-281-3/+3
* Move global cppflags to the beginning of cppflagsColin Cross2016-11-221-3/+3
* Support `sdk_version: "current"` for the NDK.Dan Albert2016-11-101-1/+5
* Add export_include_dirs to the local include pathDan Willemsen2016-11-071-4/+7
* Add proto property structColin Cross2016-11-031-1/+1