Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
01344df46ee1744dd1ff7815705564deb43ac7cb
/
cc
01344df
Remove unused flags.Nocrt
by Colin Cross
· 8 years ago
7e9d295
Auto-fill ndkMigratedLibs.
by Dan Albert
· 8 years ago
5c395b3
Merge "Check NDK API level link compatibility."
by Treehugger Robot
· 8 years ago
9e10cd4
Check NDK API level link compatibility.
by Dan Albert
· 8 years ago
2bc91ba
Use the version script for ndk_library.
by Dan Albert
· 8 years ago
f77e8d7
Merge changes I0f73b41a,I0cd2f80c
by Treehugger Robot
· 8 years ago
cab3d65
Merge "Rename compiler, linker and installer methods to be unique"
by Treehugger Robot
· 8 years ago
35ef8bd
Merge "Fix mac soong build"
by Treehugger Robot
· 8 years ago
8bdccb9
Add a real parser for the version scripts.
by Dan Albert
· 8 years ago
c42458e
Add tag for "versioned=API".
by Dan Albert
· 8 years ago
3a5af48
Merge changes I21f54c67,I41f6e493,I6f2ae636
by Treehugger Robot
· 8 years ago
08532b6
Allow more symbol file tags at top level.
by Dan Albert
· 8 years ago
a24166b
Fix mac soong build
by Colin Cross
· 8 years ago
a85042a
Add a new tag to NDK symbol files: future.
by Dan Albert
· 8 years ago
db26530
Don't warn for TODOish comments.
by Dan Albert
· 8 years ago
42742b8
Rename compiler, linker and installer methods to be unique
by Colin Cross
· 8 years ago
b98c8b0
Move toolchain and global variables into separate package
by Colin Cross
· 8 years ago
4d9c2d1
Separate cc.go
by Colin Cross
· 8 years ago
914449f
Generate NDK sysroots from the platform build.
by Dan Albert
· 9 years ago
fb8f9a8
Merge "Finish cc.Customizer"
by Treehugger Robot
· 8 years ago
76fada0
Finish cc.Customizer
by Colin Cross
· 8 years ago
c951ef1
Merge "Fix static+shared with generated sources"
by Colin Cross
· 8 years ago
84f431f
Resolve GccTriple/ClangTriple early.
by Dan Albert
· 8 years ago
ce2b839
Don't add -L for libs that don't need it.
by Dan Albert
· 8 years ago
e1ddc12
Merge "Remove the common bionic libc kernel directory."
by Christopher Ferris
· 8 years ago
5dab840
Fix static+shared with generated sources
by Colin Cross
· 8 years ago
627d83d
Limit unique_host_soname to just host modules
by Dan Willemsen
· 8 years ago
bdf3657
Merge "Support unique_host_soname to add -host for shared libs"
by Dan Willemsen
· 8 years ago
68fed44
Remove the common bionic libc kernel directory.
by Christopher Ferris
· 8 years ago
648c8ae
Support unique_host_soname to add -host for shared libs
by Dan Willemsen
· 8 years ago
c3e11e5
Clang supports armv5te now
by Colin Cross
· 8 years ago
72bd7db
Merge "Refactor bionic includes into a single place"
by Treehugger Robot
· 8 years ago
c2062f9
Merge "Use the full path to the shared lib."
by Treehugger Robot
· 8 years ago
f59b69c
Refactor bionic includes into a single place
by Colin Cross
· 8 years ago
1a0c76f
Merge "Rename exported make variables for system headers"
by Colin Cross
· 8 years ago
9840e1b
Use the full path to the shared lib.
by Dan Albert
· 8 years ago
2b1f094
Add more allowed ldlibs for darwin and windows
by Dan Willemsen
· 8 years ago
10c78c6
Rename exported make variables for system headers
by Colin Cross
· 8 years ago
f9a6ff2
Merge "Add android/uapi kernel header."
by Christopher Ferris
· 8 years ago
8195ed1
Merge "Switch to prebuilt clang-3016494"
by Stephen Hines
· 8 years ago
b6572b1
Disable warnings triggered in Clang r271374
by Pirama Arumuga Nainar
· 9 years ago
a17442b
Switch to prebuilt clang-3016494
by Pirama Arumuga Nainar
· 9 years ago
93bf7d8
Merge changes I2731ef15,Ib4b03035
by Treehugger Robot
· 8 years ago
6a04769
Remove the implicit "_" in subnames.
by Dan Albert
· 8 years ago
b68ea7a
Add android/uapi kernel header.
by Christopher Ferris
· 8 years ago
036ce31
Merge "Disable asan for static binaries"
by Treehugger Robot
· 8 years ago
3c344ef
Disable asan for static binaries
by Colin Cross
· 8 years ago
1034786
Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs.""
by Stephen Hines
· 8 years ago
15e4554
Revert "Switch libcompiler_rt-extras to LateStaticLibs."
by Stephen Hines
· 8 years ago
bb7473d
Switch libcompiler_rt-extras to LateStaticLibs.
by Stephen Hines
· 8 years ago
3d92b27
Add libc and libm to modules that use libc++_static
by Colin Cross
· 8 years ago
b4b6139
Merge "Add symlink installation support"
by Treehugger Robot
· 8 years ago
2c48418
Merge "Support global and local sanitizers"
by Treehugger Robot
· 8 years ago
3854a60
Add symlink installation support
by Colin Cross
· 9 years ago
263abbd
Support global and local sanitizers
by Colin Cross
· 8 years ago
a89d2e1
Move no_crt property to apply to libraries and binaries
by Colin Cross
· 9 years ago
15a0d46
Fix duplicate library dependencies
by Colin Cross
· 8 years ago
aa3bf37
Fix rpath for host benchmarks
by Colin Cross
· 8 years ago
72ad175
Allow libdl on Darwin
by Dan Willemsen
· 8 years ago
feba062
Merge "Put shared library ldflags first"
by Treehugger Robot
· 8 years ago
f87b261
Put shared library ldflags first
by Colin Cross
· 8 years ago
f2c27d7
Export the default LOCAL_STRIP_MODULE value
by Dan Willemsen
· 8 years ago
e6c7f18
Fix LOCAL_EXPORT_C_INCLUDE_DIRS processing
by Dan Willemsen
· 8 years ago
75ab808
Make static_executable an arch_variant
by Dan Willemsen
· 8 years ago
c7a38dc
Add support for test libraries
by Colin Cross
· 8 years ago
7924885
Make Stl *bool
by Colin Cross
· 8 years ago
624b8ed
Fix install path of benchmarks
by Colin Cross
· 8 years ago
b5bc4b4
Add system shared library dependencies to Android.mk
by Colin Cross
· 8 years ago
2683274
Update cc_benchmark to use libgoogle-benchmark
by Colin Cross
· 8 years ago
3f32f03
Support no configured device architectures
by Dan Willemsen
· 8 years ago
76f0827
Apply export_include_dirs to assembly files
by Dan Willemsen
· 8 years ago
72d3993
Stop exporting NDK prebuilt modules to Make
by Dan Willemsen
· 8 years ago
97704ed
Support linking against NDK prebuilt libraries
by Dan Willemsen
· 8 years ago
6886183
Remove cc.ModuleContext.module()
by Colin Cross
· 8 years ago
3c316bc
Fix SDK link type check
by Dan Willemsen
· 8 years ago
6871062
Merge "Allow static/shared modules to be disabled per-arch"
by Dan Willemsen
· 8 years ago
db6509c
Merge "Target sanitize properties can disable the global sanitizer."
by Evgenii Stepanov
· 8 years ago
7b5c22b
Don't specify LOCAL_STRIP_MODULE for static libraries
by Colin Cross
· 8 years ago
fcfe56d
Target sanitize properties can disable the global sanitizer.
by Evgenii Stepanov
· 8 years ago
05bafd3
Revert "Target sanitize properties can disable the global sanitizer."
by Evgenii Stepanov
· 8 years ago
fed4d19
Allow static/shared modules to be disabled per-arch
by Dan Willemsen
· 9 years ago
bb02886
Target sanitize properties can disable the global sanitizer.
by Evgenii Stepanov
· 9 years ago
58e2dcd
Disable integrated-as for Mips
by Pirama Arumuga Nainar
· 9 years ago
141d566
Remove support for libstdc++ on Android/Linux/Darwin
by Dan Willemsen
· 9 years ago
7517ed0
Export strip information to Make
by Dan Willemsen
· 9 years ago
a96ff64
Check NDK linking, expose SDK_VERSION to Make
by Dan Willemsen
· 9 years ago
92ca32e
Merge changes Ia7e7fb61,Iede67e2c
by Dan Willemsen
· 9 years ago
490a8dc
Implement re-exporting of library headers
by Dan Willemsen
· 9 years ago
29d9f87
Allow -lz on Darwin
by Dan Willemsen
· 9 years ago
58f9bb1
androidmk: Support version_script
by Dan Willemsen
· 9 years ago
a1ad8d1
Simplify arch target handling
by Colin Cross
· 9 years ago
b9db480
Revert "Simplify arch target handling"
by Colin Cross
· 9 years ago
54c7112
Simplify arch target handling
by Colin Cross
· 9 years ago
17f0526
Support installing non-native arch binaries
by Dan Willemsen
· 9 years ago
5efc706
Export GLOBAL_[CLANG_]C[PP]FLAGS_NO_OVERRIDE to Make
by Dan Willemsen
· 9 years ago
cd114c1
Remove [local_]include_files
by Dan Willemsen
· 9 years ago
0bd5887
Export TARGET_TOOLCHAIN_ROOT
by Dan Willemsen
· 9 years ago
20acc5c
Add flag property checking
by Dan Willemsen
· 9 years ago
b36ab1a
Fix sanitize host builds
by Colin Cross
· 9 years ago
bc6fb16
Support sanitizer variants inside make builds
by Colin Cross
· 9 years ago
Next »