Gitiles
Code Review
Sign In
review.gerrithub.io
/
AOSP-S4-KK
/
platform_build
/
b34df0fb7433113b472eedf4a47f66ac8a93e9a0
/
core
/
combo
/
HOST_darwin-x86.mk
71f8b24
Don't try to group static libraries on mac.
by Torne (Richard Coles)
· 11 years ago
eb98e08
am 865d851a: Merge "Remove the obsolete comments and change the misleading var name."
by Ying Wang
· 11 years ago
85e8cda
Remove the obsolete comments and change the misleading var name.
by Ying Wang
· 11 years ago
abfb252
resolved conflicts for merge of 8b3ce5a3 to stage-aosp-master
by Andrew Hsieh
· 11 years ago
e2e28f6
Use prebuilt gcc for MacOSX
by Andrew Hsieh
· 11 years ago
76a6dc3
Fix common typo in comments, warning and error messages.
by Ian Rogers
· 11 years ago
5bdf305
Move AndroidConfig.h from system/core to the build project.
by Ying Wang
· 11 years ago
cd9668e
am e3479ea5: am 15012c11: Merge "Build on Mac OS X : add experimental SDK versions"
by Jean-Baptiste Queru
· 11 years ago
15012c1
Merge "Build on Mac OS X : add experimental SDK versions"
by Jean-Baptiste Queru
· 11 years ago
691e024
Build on Mac OS X : add experimental SDK versions
by SangWook Han
· 11 years ago
31ef103
Added BUILD_HOST_static to build statically linked executable/shared-lib
by Andrew Hsieh
· 11 years ago
da4bf42
Don't include system/core/include/arch/<arch>/Android.mk for apps-only build.
by Ying Wang
· 11 years ago
dfb5818
am d512fda4: am e42ed0ba: Merge "Move the llvm-gcc warning from HOST_darwin-x86.mk to main.mk"
by Ying Wang
· 11 years ago
d512fda
am e42ed0ba: Merge "Move the llvm-gcc warning from HOST_darwin-x86.mk to main.mk"
by Ying Wang
· 11 years ago
478ba5e
Move the llvm-gcc warning from HOST_darwin-x86.mk to main.mk
by Ying Wang
· 11 years ago
e556005
resolved conflicts for merge of 5c0ee702 to master
by Ying Wang
· 11 years ago
5c0ee70
am 79d39a30: am 874563f9: Merge "Fix generic build on Max OS X 10.7 Lion"
by Ying Wang
· 11 years ago
02eb37c
Fix generic build on Max OS X 10.7 Lion
by SangWook Han
· 11 years ago
10f7753
Tweak cflags for building with SDK 10.6.
by Ying Wang
· 11 years ago
fcc2a60
am f1e424a6: am 3da13457: am 4b030617: Merge "XCode 4.3+ compatibility check-in"
by Ying Wang
· 11 years ago
f1e424a
am 3da13457: am 4b030617: Merge "XCode 4.3+ compatibility check-in"
by Ying Wang
· 11 years ago
51f9bb0
XCode 4.3+ compatibility check-in
by Al Sutton
· 11 years ago
130ae6a
resolved conflicts for merge of 9f4d00b9 to master
by Ying Wang
· 11 years ago
9f4d00b
am e534e2eb: am 47450542: Merge "Use Mac OS X SDK 10.6."
by Ying Wang
· 11 years ago
644dc16
Use Mac OS X SDK 10.6.
by Ying Wang
· 12 years ago
abf72cf
Use Mac OS X SDK 10.6.
by Ying Wang
· 12 years ago
9d50def
Revert "Use Mac OS X SDK 10.6."
by Ying Wang
· 12 years ago
4c1b310
Use Mac OS X SDK 10.6.
by Ying Wang
· 12 years ago
468d6a5
Compile Mac OS binaries with unwind tables for libcorkscrew.
by Elliott Hughes
· 12 years ago
92fadc6
am 269a40d1: am b031afab: am bf3d3287: Merge "Use the same compilation flags on OS X 10.8 as 10.7"
by Jean-Baptiste Queru
· 12 years ago
269a40d
am b031afab: am bf3d3287: Merge "Use the same compilation flags on OS X 10.8 as 10.7"
by Jean-Baptiste Queru
· 12 years ago
35bb642
Use the same compilation flags on OS X 10.8 as 10.7
by Al Sutton
· 12 years ago
eaa0f82
Merge "Members in LOCAL_WHOLE_STATIC_LIBRARIES should be force_loaded."
by Shih-wei Liao
· 12 years ago
b268075
Members in LOCAL_WHOLE_STATIC_LIBRARIES should be force_loaded.
by Shih-wei Liao
· 12 years ago
cd742a9
am 9bdc2907: am 8571ee47: am f562adc8: Merge "Force use of compatibility compilers on Apple\'s command line tools"
by Jean-Baptiste Queru
· 12 years ago
9bdc290
am 8571ee47: am f562adc8: Merge "Force use of compatibility compilers on Apple\'s command line tools"
by Jean-Baptiste Queru
· 12 years ago
0d07c73
Force use of compatibility compilers on Apple's command line tools
by Al Sutton
· 12 years ago
f9613a4
Added BUILD_HOST_static to build statically linked executable/shared-lib
by Andrew Hsieh
· 12 years ago
ed6b815
BUILD_HOST_64bit=1 to build host tools in 64-bit
by Andrew Hsieh
· 12 years ago
92ca609
Fix bug with the HOST_AR.
by Ying Wang
· 12 years ago
5dea692
Use @rpath and @loader_path to avoid absolute path
by Ying Wang
· 12 years ago
80469e4
Delete unused var.
by Ying Wang
· 12 years ago
b4c2a64
Set install name with absolute path for Mac host shared libraries.
by Ying Wang
· 12 years ago
fcf246c
Workaround for lack of "-Wl,--whole-archive" in MacOS's linker.
by Ying Wang
· 12 years ago
80cfc37
Partial fix for emulator under Lion.
by Al Sutton
· 12 years ago
9ce06f1
Don't run ranlib on MacOS 10.7
by Al Sutton
· 12 years ago
fcdabd4
Add LOCAL_GROUP_STATIC_LIBRARIES
by Ying Wang
· 13 years ago
3a7e4cc
Unify use of $(hide).
by Ying Wang
· 13 years ago
f5653d1
Regularize use of PRIVATE_CXX.
by Ying Wang
· 13 years ago
80e6cce
Correct misuse of target/host vars.
by Ying Wang
· 13 years ago
f3a142b
am 7eaa4dc2: Merge "Link against Mac OSX 10.5 SDK if building on 10.6." into gingerbread
by Ying Wang
· 13 years ago
d6683f0
Link against Mac OSX 10.5 SDK if building on 10.6.
by Ying Wang
· 13 years ago
0fd96df
merge from open-source master
by The Android Open Source Project
· 13 years ago
45ac434
Refactor Stripper. Allow a stripper other than SOSLIM to be specified
by Bruce Beare
· 13 years ago
4873d8f
merge from open-source master
by The Android Open Source Project
· 14 years ago
ebc2869
Build host tools as 32bit on all Darwin machines.
by Jeff Hamilton
· 14 years ago
9b4a812
Get rid of $(combo_target)
by Jean-Baptiste Queru
· 14 years ago