index
:
build.git
replicant-4.2
replicant-6.0
build
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
binary.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate .pb.cc/.pb.h to arch-neutral generated_sources_dir
Ying Wang
2014-02-25
1
-5
/
+12
*
Include $(BUILD_COPY_HEADERS) in upper-level makefiles
Ying Wang
2014-02-20
1
-6
/
+0
*
Add generated sources dir to the default include path
Colin Cross
2014-02-13
1
-1
/
+1
*
don't use LOCAL_*_arch for host builds
Colin Cross
2014-02-13
1
-10
/
+26
*
Refactor llvm_config.mk and support the 2nd arch
Ying Wang
2014-02-07
1
-10
/
+10
*
add support for more LOCAL_*_arch variables
Colin Cross
2014-02-04
1
-6
/
+7
*
build: support LOCAL_*_32 and LOCAL_*_64
Colin Cross
2014-01-29
1
-4
/
+5
*
Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS
Colin Cross
2014-01-27
1
-0
/
+1
*
add new gen/ directory for generated sources
Colin Cross
2014-01-27
1
-1
/
+8
*
Support arch-specific LOCAL_C_INCLUDES.
Ying Wang
2014-01-27
1
-1
/
+1
*
build: use correct arm vs thumb arguments for 2nd arch builds
Colin Cross
2014-01-24
1
-1
/
+1
*
Support arch-specific LOCAL_ variables
Ying Wang
2014-01-24
1
-15
/
+16
*
Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources
Ying Wang
2014-01-24
1
-6
/
+6
*
Set up rules to build static libraries for TARGET_2ND_ARCH
Ying Wang
2014-01-24
1
-73
/
+91
*
Remove aprof support from the build system.
Ying Wang
2014-01-14
1
-9
/
+0
*
Define PRIVATE_TARGET_ variables for only target modules.
Ying Wang
2014-01-09
1
-1
/
+3
*
Allow clang to build host binaries.
Logan Chien
2014-01-07
1
-9
/
+37
*
resolved conflicts for merge of 2b5d2c55 to klp-dev-plus-aosp
Andrew Hsieh
2013-09-10
1
-0
/
+12
|
\
|
*
Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..."
Andrew Hsieh
2013-09-10
1
-0
/
+12
*
|
resolved conflicts for merge of fcdf653a to klp-dev-plus-aosp
Andrew Hsieh
2013-09-04
1
-0
/
+16
|
\
\
|
|
/
|
*
Merge "Add "WITH_SYNTAX_CHECK=1 make ...""
Andrew Hsieh
2013-09-04
1
-0
/
+16
|
|
\
|
|
*
Add "WITH_SYNTAX_CHECK=1 make ..."
Andrew Hsieh
2013-09-04
1
-0
/
+16
*
|
|
am 25f39b2f: am 62cd88d0: Merge "FDO: Only support locally"
Ying Wang
2013-09-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
FDO: Only support locally
synergydev
2013-09-03
1
-1
/
+1
|
|
/
*
|
am 4f30a507: Merge "Fix handling of .o files in LOCAL_GENERATED_SOURCES." int...
Torne (Richard Coles)
2013-08-30
1
-6
/
+10
|
\
\
|
*
|
Fix handling of .o files in LOCAL_GENERATED_SOURCES.
Torne (Richard Coles)
2013-08-29
1
-6
/
+10
*
|
|
am 3208b615: am fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-...
Ying Wang
2013-08-15
1
-8
/
+4
|
\
\
\
|
|
/
/
|
*
|
am fc8b6338: resolved conflicts for merge of d65a7da3 to jb-mr2-dev-plus-aosp
Ying Wang
2013-08-15
1
-8
/
+4
|
|
\
\
|
|
*
|
No need to filter out AndroidConfig.h for unbundled build
Ying Wang
2013-08-15
1
-8
/
+4
*
|
|
|
am 285045bd: Support for LOCAL_HAL_STATIC_LIBRARIES
Ying Wang
2013-08-13
1
-0
/
+9
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Support for LOCAL_HAL_STATIC_LIBRARIES
Ying Wang
2013-08-13
1
-0
/
+9
*
|
|
|
am 2e45116d: am 515e0465: Merge "FDO: do not support host modules"
Ying Wang
2013-08-09
1
-3
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
FDO: do not support host modules
synergydev
2013-08-05
1
-3
/
+5
|
|
/
*
|
Add support for WITHOUT_CLANG
Mike Lockwood
2013-06-14
1
-0
/
+4
|
/
*
Do vendor check on modules installed by LOCAL_SHARED_LIBRARIES
Ying Wang
2013-04-15
1
-1
/
+1
*
Get rid of the liblog hack.
Ying Wang
2013-04-10
1
-26
/
+0
*
Revert "Get rid of the liblog hack."
Ying Wang
2013-04-10
1
-0
/
+26
*
Get rid of the liblog hack.
Ying Wang
2013-04-09
1
-26
/
+0
*
Revert "Add liblog"
Ying Wang
2013-04-10
1
-0
/
+26
*
Add liblog
Ying Wang
2013-04-09
1
-26
/
+0
*
Support build rules which generate .o files.
Torne (Richard Coles)
2013-03-05
1
-2
/
+11
*
Untwist the target/host shared library dependencies.
Ying Wang
2013-02-22
1
-3
/
+9
*
Order-only deps on LOCAL_C/CXX and BCC_COMPAT
Ying Wang
2013-02-20
1
-11
/
+20
*
Fix libcompiler-rt. Use the official name libcompiler_rt.
Shih-wei Liao
2013-02-07
1
-1
/
+1
*
Add support for RS in C++.
Tim Murray
2012-11-01
1
-0
/
+57
*
am 86e2fd92: am daf5e22d: Add new embedded target for a super minimal android...
Mike Lockwood
2012-10-26
1
-1
/
+1
|
\
|
*
Add new embedded target for a super minimal android build
Mike Lockwood
2012-10-25
1
-1
/
+1
|
*
Support to build executables against the NDK
Ying Wang
2012-10-08
1
-4
/
+0
*
|
am 318330dd: am 9acbbf12: am 76a6dc3a: Fix common typo in comments, warning a...
Ian Rogers
2012-10-01
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix common typo in comments, warning and error messages.
Ian Rogers
2012-10-01
1
-2
/
+2
[next]