aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix optional intermediates path for unbundled buildsDan Willemsen2016-03-111-1/+1
* Support missing include dirs for unbundled branchesDan Willemsen2016-03-111-0/+15
* Propagate missing dependencies when using whole_static_libsDan Willemsen2016-03-112-0/+26
* Switch to clang-2658975Dan Willemsen2016-03-111-1/+1
* OSX: Use the oldest SDK, but always set our target to 10.8Dan Willemsen2016-03-091-9/+7
* Fix C++ on DarwinDan Willemsen2016-03-093-15/+37
* Use optional_dirs for non-soong projectsDan Willemsen2016-03-071-4/+7
* Merge "Replace Device_uses_{dl,je}malloc with Malloc_not_svelte"android-n-preview-1Dan Willemsen2016-03-041-16/+9
|\
| * Replace Device_uses_{dl,je}malloc with Malloc_not_svelteDan Willemsen2016-03-011-16/+9
* | 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
* | Reorder extra clang host flagsDan Willemsen2016-03-032-10/+10
* | Port GLOBAL[_CLANG]_CFLAGS_NO_OVERRIDE from makeDan Willemsen2016-03-033-0/+23
* | Remove useless LOCAL_ACP_UNAVAILABLEDan Willemsen2016-03-011-3/+0
* | Add a global define for non-external code.Dan Willemsen2016-03-021-0/+16
* | Merge changes Ife723733,I68acfb53,Id216c35d,Id0569831,Iadac88f8, ...Dan Willemsen2016-03-024-4/+5
|\ \
| * | Add system/media/audio/include to commonGlobalIncludesDan Willemsen2016-03-011-0/+1
| * | Add -Werror=date-time to target buildsDan Willemsen2016-03-011-0/+1
| * | DeviceUsesClang should default to trueDan Willemsen2016-03-011-1/+1
| * | clang now supports -fdebug-prefix-map=.Dan Willemsen2016-03-011-1/+0
| * | Turn on ninja errors for duplicate rulesDan Willemsen2016-03-011-1/+1
| * | Update to use the latest clang-2629532Dan Willemsen2016-03-011-1/+1
| |/
* / Generate .c for .y and .lDan Willemsen2016-03-011-21/+22
|/
* sandybridge setup: no AES_NI, AVX, MOVBEDan Willemsen2016-02-292-6/+2
* Refactor Android.mk generationDan Willemsen2016-02-094-117/+107
* Add windows x86_64Dan Willemsen2016-02-083-11/+60
* Fix USE_SOONG[_FOR_KATI]Dan Willemsen2016-01-142-3/+3
* Mips builds in the megadevice nowDan Willemsen2016-01-131-8/+8
* Merge changes I92ddea0b,Ice8474ae,If63cc6ce,I1d6f1388,Ic3da07c8, ...Dan Willemsen2016-01-147-25/+111
|\
| * Add Mega_device configuration optionDan Willemsen2016-01-133-10/+83
| * 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-133-0/+10
| * Remove libgcov for now to fix X86 devicesDan Willemsen2016-01-131-1/+1
| * Change clang extra flags behaviorDan Willemsen2016-01-132-13/+11
* | Add kati to root.bpDan Willemsen2016-01-141-0/+1
|/
* Merge "Align flags with make"Dan Willemsen2016-01-139-5/+10
|\
| * Align flags with makeDan Willemsen2016-01-129-5/+10
* | Search all bionic subdirectoriesColin Cross2016-01-111-1/+1
* | Export all modulesColin Cross2016-01-111-38/+4
* | Remove art and libnativehelper from root Android.bpColin Cross2016-01-111-2/+0
|/
* Allow libnativehelper to be missingDan Willemsen2016-01-071-1/+5
* Remove Dlmalloc_alignmentDan Willemsen2016-01-061-4/+0
* Allow building non-gtest tests with cc_testDan Willemsen2016-01-051-28/+49
* Allow Brillo-specific version scriptsDan Willemsen2016-01-051-0/+4
* Use xcrun and xcode-select to auto-configure mac sdkDan Willemsen2015-12-222-7/+51
* Improve path component validationDan Willemsen2015-12-212-9/+27
* Refactor install pathsDan Willemsen2015-12-215-23/+71
* Make global C include paths optionalDan Willemsen2015-12-183-19/+73
* Merge "Execute the blueprint wrapper"Dan Willemsen2015-12-181-3/+2
|\