aboutsummaryrefslogtreecommitdiffstats
path: root/cc/compiler.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for protoc pluginsColin Cross2019-04-021-0/+1
* Remove libbase dependency of sysprop_libraryInseob Kim2019-03-271-1/+2
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-1/+1
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-9/+6
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Prepare for a type-safe OnceKeyColin Cross2019-02-061-4/+4
* Add __ANDROID_APEX__Jiyong Park2019-01-281-0/+4
* Add flag to disable source directory includes.Dan Albert2018-12-061-2/+9
* Stop mapping c++17 to c++1z.Peter Collingbourne2018-12-041-3/+0
* Remove legacy NDK code.Dan Albert2018-11-271-8/+2
* Apply rtti settings to linux_bionicDan Willemsen2018-10-231-1/+1
* Add support for sysprop description files to c++Inseob Kim2018-10-101-0/+9
* Remove GCC checksDan Willemsen2018-10-091-47/+24
* GccCppStdVersion should not be needed anymorePirama Arumuga Nainar2018-09-251-10/+0
* Fix `go vet` issuesDan Willemsen2018-07-221-1/+1
* Recovery variants are built with -D__ANDROID_RECOVERY__Jiyong Park2018-06-091-0/+4
* Revert "Revert "Add external projects only CFlags option""Yi Kong2018-06-061-0/+6
* Revert "Add external projects only CFlags option"Kevin Rocard2018-06-051-6/+0
* Add external projects only CFlags optionYi Kong2018-06-051-0/+6
* fix: recovery.cflags now worksJiyong Park2018-05-251-0/+6
* Support recovery and recovery_availableJiyong Park2018-05-151-0/+13
* 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-271-1/+6
* Add trace flag for cpp/Java AIDL generation.Martijn Coenen2018-03-261-0/+7
* Use armv7a-linux-androideabi for arm device triple.Chih-Hung Hsieh2018-03-191-1/+1
* Remove obsolete Brillo variableDan Willemsen2018-03-101-4/+0
* 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