summaryrefslogtreecommitdiffstats
path: root/core/binary.mk
Commit message (Expand)AuthorAgeFilesLines
* Add global option filtering for FDO builds.Dehao Chen2014-10-011-2/+19
* Use existing my_32_64_bit_suffix.Ying Wang2014-09-101-4/+2
* Pass -m32 or -m64 to llvm-rs-cc when reflecting C++.Tim Murray2014-09-101-0/+4
* Add TARGET_FDO_LDFLAGS to make sure -lgcc is always linked after -lgcov.Dehao Chen2014-08-201-1/+1
* Explicitly check if LOCAL_FDO_SUPPORT is true (instead of empty).Dehao Chen2014-08-141-1/+1
* Fix Windows SDK build.Dan Albert2014-08-081-0/+5
* Inhibit implicit -Bsymolic in -shared.Dan Albert2014-08-081-0/+1
* Fix uses of -fPIC and -fPIE.Dan Albert2014-08-081-0/+6
* Refactor FDO support code to ensure arm64 can also be built with FDO.Dehao Chen2014-07-231-1/+0
* am dceddd91: am 79b46720: am 02f98a26: Merge "Fix loophole in module expansion."Ying Wang2014-06-111-1/+1
|\
| * Fix loophole in module expansion.Ying Wang2014-06-101-1/+1
* | am fe9ad097: am b1f65358: am 5ad17493: Merge "Support .asm being compiled by ...Ying Wang2014-06-111-0/+13
|\ \ | |/
| * Merge "Support .asm being compiled by yasm targeted for x86."Ying Wang2014-06-091-0/+13
| |\
| | * Support .asm being compiled by yasm targeted for x86.Ying Wang2014-06-061-0/+13
* | | am 69d5bd7c: am e266873b: am 1a8f0d3b: Merge "Move comment out of recipe sect...Stephen Hines2014-06-061-2/+2
|\ \ \ | |/ /
| * | Move comment out of recipe sectionStephen Hines2014-06-061-2/+2
| |/
* | am 834ec0ea: am d3ddfdf8: am b3bed595: Merge "Add a dummy build recipe for ge...Ying Wang2014-05-281-1/+3
|\ \ | |/
| * Add a dummy build recipe for generated RS cpp files.Ying Wang2014-05-281-1/+3
| * Add a dummy build recipe for the proto generated header filesYing Wang2014-05-281-0/+2
* | resolved conflicts for merge of 536d4a76 to masterYing Wang2014-05-281-10/+18
|\ \ | |/
| * Support LOCAL_CLANG with arch/bit suffix.Ying Wang2014-05-271-10/+18
* | am 65475feb: am 29267309: am 294301bb: Merge "Exclude libstdc++ and libgcc if...Ying Wang2014-05-271-0/+8
|\ \ | |/
| * Exclude libstdc++ and libgcc if libc++ is requested.Ying Wang2014-05-231-0/+8
* | am e50f2d9f: am 40b49d30: am a74ade94: Merge "Support host multilib build"Ying Wang2014-05-151-21/+19
|\ \ | |/
| * Support host multilib buildYing Wang2014-05-141-21/+19
* | Automatically export generated .pb.h files.Ying Wang2014-05-061-1/+5
* | am d815dbd1: am f14ba5b9: am 8afa2555: Merge "Rename my_ndk_version_root to m...Andrew Hsieh2014-04-291-4/+12
|\ \ | |/
| * Rename my_ndk_version_root to my_ndk_sysroot; and _include and _libAndrew Hsieh2014-04-251-4/+12
* | am f0dda8d0: am 9661b09f: am 9956bb6a: Merge "Build changes necessary for LLV...Stephen Hines2014-04-251-3/+0
|\ \ | |/
| * Build changes necessary for LLVM 3.5 switch.Tim Murray2014-04-241-3/+0
* | Update ASan configuration.Evgeniy Stepanov2014-04-161-0/+2
* | am e4d787bf: am 7e793040: am eec11d97: Merge "Decouple platform compiler and ...Ben Cheng2014-04-111-3/+3
|\ \ | |/
| * Decouple platform compiler and NDK library versioning.Ben Cheng2014-04-101-3/+3
* | am 8295d6cd: am ce087413: am 36a67a90: Merge topic \'tests\'Colin Cross2014-03-251-2/+0
|\ \ | |/
| * add support for LOCAL_MODULE_PATH_32 and LOCAL_MODULE_PATH_64Colin Cross2014-03-251-2/+0
* | am cde91b3e: am 0adc6431: am c550cd45: am fa97fe67: Merge "Pick gnu-libstdc++...Andrew Hsieh2014-03-251-3/+3
|\ \ | |/
| * Pick gnu-libstdc++ based on TARGET_GCC_VERSIONAndrew Hsieh2014-03-251-3/+3
* | am 7a93f683: am 82a2ae71: am 5a4c783c: am 8c60a1df: Merge "Complete installed...Ying Wang2014-03-241-32/+39
|\ \ | |/
| * Complete installed shared library dependencyYing Wang2014-03-211-32/+39
* | am 314b5c98: am 66a4ef8f: am d14f3cc7: am 5384c187: Merge "Add LOCAL_NDK_STL_...Andrew Hsieh2014-03-181-3/+20
|\ \ | |/
| * Add LOCAL_NDK_STL_VARIANT:=c++_static and c++_sharedAndrew Hsieh2014-03-171-3/+20
* | am f91a014f: am 0a196075: am 446f00c9: am ce156811: Merge "Split WITHOUT_CLAN...Ying Wang2014-03-111-1/+1
|\ \ | |/
| * Split WITHOUT_CLANG to WITHOUT_HOST_CLANG and WITHOUT_TARGET_CLANGYing Wang2014-03-101-1/+1
* | am 77d4e8ed: am 2801735a: am d85ef325: am 460ed38a: Merge "Extend YACC and LE...Nicolas Geoffray2014-03-031-12/+42
|\ \ | |/
| * Extend YACC and LEX handling to .yy and .ll files.Nicolas Geoffray2014-03-031-12/+42
| * Generate .pb.cc/.pb.h to arch-neutral generated_sources_dirYing Wang2014-02-251-5/+12
* | am ead8944e: Generate .pb.cc/.pb.h to arch-neutral generated_sources_dirYing Wang2014-02-251-5/+12
|\ \
| * | Generate .pb.cc/.pb.h to arch-neutral generated_sources_dirYing Wang2014-02-251-5/+12
| |/
* | am 0c9c0bfc: am 9aadde67: Merge "Include in upper-level makefiles"Ying Wang2014-02-211-6/+0
|\ \ | |/
| * Include $(BUILD_COPY_HEADERS) in upper-level makefilesYing Wang2014-02-201-6/+0