aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
* Don't install static librariesColin Cross2016-03-291-0/+2
* Use correct install paths in generated Android.mkColin Cross2016-03-241-1/+1
* Refactor ccColin Cross2016-03-211-1111/+1153
* Update clang version to 2690385Colin Cross2016-03-211-1/+1
* Allow overriding of Clang prebuiltsDan Willemsen2016-03-161-1/+14
* Propagate missing dependencies when using whole_static_libsDan Willemsen2016-03-111-0/+18
* Switch to clang-2658975Dan Willemsen2016-03-111-1/+1
* Fix C++ on DarwinDan Willemsen2016-03-091-0/+4
* Swap -lm and -lpthread for host libc++ usersDan Willemsen2016-03-031-1/+1
* Do not use -Wl,--gc-sections for linux host librariesDan Willemsen2016-03-031-2/+4
* Port GLOBAL[_CLANG]_CFLAGS_NO_OVERRIDE from makeDan Willemsen2016-03-031-0/+9
* Add a global define for non-external code.Dan Willemsen2016-03-021-0/+16
* Add system/media/audio/include to commonGlobalIncludesDan Willemsen2016-03-011-0/+1
* Add -Werror=date-time to target buildsDan Willemsen2016-03-011-0/+1
* Update to use the latest clang-2629532Dan Willemsen2016-03-011-1/+1
* Toolchain modules use GCCDan Willemsen2016-01-131-0/+5
* Apply ToolchainLdflags to clang buildsDan Willemsen2016-01-131-1/+1
* Add Clang Asflags for mipsDan Willemsen2016-01-131-0/+1
* Remove libgcov for now to fix X86 devicesDan Willemsen2016-01-131-1/+1
* Change clang extra flags behaviorDan Willemsen2016-01-131-9/+5
* Allow libnativehelper to be missingDan Willemsen2016-01-071-1/+5
* Allow building non-gtest tests with cc_testDan Willemsen2016-01-051-28/+49
* Refactor install pathsDan Willemsen2015-12-211-4/+20
* Make global C include paths optionalDan Willemsen2015-12-181-1/+1
* Delay dependency errors to ninja time for unbundled buildsColin Cross2015-12-181-1/+1
* Add brillo cflagsColin Cross2015-12-151-0/+4
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-130/+144
* Add Darwin-specific linker file flagsDan Willemsen2015-12-041-4/+40
* Hybrid soong/mk build using prebuiltsDan Willemsen2015-12-011-2/+5
* Add -pie to device executable buildsColin Cross2015-12-011-0/+1
* Change soong parameter name disabled -> enabledDan Willemsen2015-11-301-1/+1
* Support cross-compiling Windows binaries on LinuxDan Willemsen2015-11-301-37/+78
* Add toolchain cflags that are always usedColin Cross2015-11-241-0/+7
* Switch to clang 3.8Dan Willemsen2015-11-241-1/+1
* Actually add version-script to ldflagsDan Willemsen2015-11-241-1/+1
* Add arch featuresColin Cross2015-11-231-1/+1
* make arch and variant parsing more robustColin Cross2015-11-231-2/+2
* Re-export exported includes from whole_static_libsColin Cross2015-11-161-1/+4
* Add support for defaults modulesColin Cross2015-11-031-9/+42
* Remove EarlyMutators and DynamicDependenciesColin Cross2015-11-031-41/+24
* Replace extendProperties with pathtools.AppendPropertiesColin Cross2015-11-031-30/+33
* cc: Filter out unknown clang cflags from InstructionSetFlagsDan Willemsen2015-11-031-9/+12
* Updates from makeDan Willemsen2015-10-201-2/+3
* Add DeviceUsesClang to change clang defaultDan Willemsen2015-10-201-3/+9
* cc: Use local_include_dirs before include_dirsDan Willemsen2015-09-231-2/+2
* Use SRCDIR as a working directoryDan Willemsen2015-09-171-2/+2
* Make Test_per_src a property on all binariesColin Cross2015-09-171-41/+34
* Allow 'sanitize' to be arch-specific.Dan Willemsen2015-09-161-1/+1
* Port LOCAL_NO_LIBGCC from makeDan Willemsen2015-09-161-1/+7
* Replace asan with sanitizeColin Cross2015-09-161-5/+6