Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build
/
5ea6971a1d8db38283549b3562f1d05e4b35ed03
/
core
/
binary.mk
b441630
Depend on NDK libraries
by Dan Willemsen
· 6 years ago
c5b7c4f
Add dependencies on the toolchain (clang, etc)
by Dan Willemsen
· 6 years ago
40ecaea
Merge "Remove our clang-tidy wrapper" am: 6afe016825
by George Burgess IV
· 6 years ago
09e5d9b
Remove our clang-tidy wrapper
by George Burgess IV
· 6 years ago
38f68f7
Merge changes from topic "vndk-no-vendor-variant" am: 30dda1da5e
by Vic Yang
· 6 years ago
51512c5
Add support for no-vendor-variant VNDK
by Vic Yang
· 6 years ago
5d340e1
Merge "Deprecate *.c[pp].arm" am: fb8c9673e7
by Dan Willemsen
· 6 years ago
46267cb
Deprecate *.c[pp].arm
by Dan Willemsen
· 6 years ago
0e2ccf2
DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master
by Xin Li
· 6 years ago
655f17c
Add 32BIT and 16BIT nanopb library.
by Yu Shan
· 6 years ago
5aab10f
Merge "Enable coverage only when LOCAL_SDK_VERSION > 23"
by Pirama Arumuga Nainar
· 6 years ago
f264690
Remove support for building Windows modules in Make
by Dan Willemsen
· 6 years ago
0679bdd
Merge "Enable execute-only memory layouts by default." am: 77cd60adcb
by Ivan Lozano
· 6 years ago
c244c21
Enable execute-only memory layouts by default.
by Ivan Lozano
· 6 years ago
e0a9fc9
Merge changes I68c8a566,Ib8a588e5 am: 73e13b5030 am: e6ef8196a9
by Dan Willemsen
· 6 years ago
11ee341
All all_objects to LOCAL_INTERMEDIATE_TARGETS
by Dan Willemsen
· 6 years ago
e24da82
Reorder binary.mk to move LOCAL_INTERMEDIATE_TARGETS later
by Dan Willemsen
· 6 years ago
afbfff0
Merge "Stop trying to read depfile from vtsc" am: 82f2cb078f am: d372e54742
by Dan Willemsen
· 6 years ago
5125746
Stop trying to read depfile from vtsc
by Dan Willemsen
· 6 years ago
9305e20
Enable coverage only when LOCAL_SDK_VERSION > 23
by Pirama Arumuga Nainar
· 6 years ago
3449df5
DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master
by Xin Li
· 6 years ago
6750532
Merge "Disable AArch64 XOM when not using lld."
by Ivan Lozano
· 6 years ago
638ca85
Merge "Don't use libandroid_support post-21."
by Dan Albert
· 6 years ago
f9f03e0
Disable AArch64 XOM when not using lld.
by Ivan Lozano
· 6 years ago
e6d958a
Don't use libandroid_support post-21.
by Dan Albert
· 6 years ago
fda9a6f
Add support for AArch64 XOM binaries.
by Ivan Lozano
· 6 years ago
f41d24a
Merge changes I52805f5d,Ifb16ed87
by Yi Kong
· 6 years ago
e8cb195
Add -CROSS suffix to cross host OS notice targets.
by Jaewoong Jung
· 6 years ago
95fd9d1
Move libgcc to libcrt.builtins
by Yi Kong
· 6 years ago
7a5c5d7
Update for flags passed from Soong
by Dan Willemsen
· 6 years ago
1d9f04f
Strip spaces in my_tidy_flags.
by Chih-Hung Hsieh
· 6 years ago
a70669e
Merge "Don't set -pie for windows modules"
by Colin Cross
· 6 years ago
feb4a7e
Don't set -pie for windows modules
by Colin Cross
· 6 years ago
8cf6b65
Remove *_OUT_INTERMEDIATE_LIBRARIES
by Dan Willemsen
· 6 years ago
007f27a
Merge "fix: linktype for recovery modules in ASAN build is native:platform"
by Treehugger Robot
· 6 years ago
a52b6e9
fix: linktype for recovery modules in ASAN build is native:platform
by Jiyong Park
· 6 years ago
8fb525d
Add soong_cc_prebuilt.mk
by Colin Cross
· 6 years ago
635733b
Revert "Add soong_cc_prebuilt.mk"
by Colin Cross
· 6 years ago
1bb943b
Add soong_cc_prebuilt.mk
by Colin Cross
· 6 years ago
f063839
Remove GCC support from Make
by Dan Willemsen
· 6 years ago
385ba5c
Merge "Filter out unknown arguments with clang-tidy.sh."
by Chih-hung Hsieh
· 6 years ago
be5dd20
Filter out unknown arguments with clang-tidy.sh.
by Chih-Hung Hsieh
· 6 years ago
5dc3475
Native modules installed to recovery are marked as native:recovery
by Jiyong Park
· 6 years ago
36ea50d
Merge "Add "hwaddress" sanitizer."
by Treehugger Robot
· 6 years ago
8841a7f
Add "hwaddress" sanitizer.
by Evgenii Stepanov
· 6 years ago
10be65d
Use prebuilt nanopb_generator.py.
by Yu Shan
· 6 years ago
a113745
Track more static dependencies for notice files
by Colin Cross
· 6 years ago
579668b
Track more static dependencies for notice files
by Colin Cross
· 6 years ago
e303480
Remove LOCAL_CLANG := false support
by Dan Willemsen
· 6 years ago
62db0f0
Deprecate implicit make rules
by Dan Willemsen
· 7 years ago
0047dbe
Fix CLANG_EXTERNAL_CFLAGS logic
by Yi Kong
· 7 years ago
42e1896
Add external projects only CFlags option
by Yi Kong
· 7 years ago
289e8d6
Call lld with --pack-dyn-relocs=none if my_pack_module_relocations is false
by Chih-Hung Hsieh
· 7 years ago
e2f541b
Pass 0 to llvm-rs-cc for current
by Colin Cross
· 7 years ago
532ae3b
Support LOCAL_RENDERSCRIPT_TARGET_API := current
by Colin Cross
· 7 years ago
432899a
Disable dtor inlining for clang-tidy
by George Burgess IV
· 7 years ago
4955b85
When my_use_clang_lld, link with lld for host.
by Chih-Hung Hsieh
· 7 years ago
32427d6
Add USE_CLANG_LLD and LOCAL_USE_CLANG_LLD
by Chih-Hung Hsieh
· 7 years ago
379ae92
Allow platform modules to link to vendor public libraries
by Jiyong Park
· 7 years ago
c3f1356
Allow platform modules to link to vendor public libraries
by Jiyong Park
· 7 years ago
05c62fc
Set __ANDROID_API__ for vendor binaries to vndk version.
by Justin Yun
· 7 years ago
65c680e
Set __ANDROID_API__ for vendor binaries to vndk version.
by Justin Yun
· 7 years ago
1d7d1eb
Merge "Use the platform -std= for LOCAL_SDK_VERSION targets too."
by Elliott Hughes
· 7 years ago
adf7ef8
Use the platform -std= for LOCAL_SDK_VERSION targets too.
by Elliott Hughes
· 7 years ago
7ed0db8
Remove core/clang/versions.mk and scan-build wrapper
by Chih-Hung Hsieh
· 7 years ago
178cf8e
Remove unnecessary USE_CLANG_PLATFORM_BUILD.
by Stephen Hines
· 7 years ago
19fbd1c
Remove support for stlport.
by Dan Albert
· 7 years ago
94f95cf
Remove support for gnustl.
by Dan Albert
· 7 years ago
4297c39
Also restrict NDK linking by static/shared STL.
by Dan Albert
· 7 years ago
975e303
Restrict NDK link type to matching STLs.
by Dan Albert
· 7 years ago
4d31b9d
Call clang-tidy with -fno-caret-diagnostics by default.
by Chih-Hung Hsieh
· 7 years ago
6663c84
Merge "Depend on the more specific ndk timestamp."
by Treehugger Robot
· 7 years ago
305d2ab
Merge "Call clang-tidy with -quiet unless WITH_TIDY is set."
by Treehugger Robot
· 7 years ago
6375b6d
Call clang-tidy with -quiet unless WITH_TIDY is set.
by Chih-Hung Hsieh
· 7 years ago
3d1d1ea
Remove support for pre-r13 NDKs.
by Dan Albert
· 7 years ago
aec47c6
Merge "Revert "Default NDK modules to libc++_shared.""
by Treehugger Robot
· 7 years ago
3709968
Revert "Default NDK modules to libc++_shared."
by Dan Albert
· 7 years ago
bfc7811
When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime.
by Joe Onorato
· 7 years ago
6168f5b
Default NDK modules to libc++_shared.
by Dan Albert
· 7 years ago
248b832
Depend on the more specific ndk timestamp.
by Dan Albert
· 7 years ago
3277ba3
Add java modules to soong_to_convert.txt
by Colin Cross
· 7 years ago
ab149cb
No need to dump modules added -Werror.
by Chih-Hung Hsieh
· 7 years ago
6e4e9f3
Merge changes from topic "system-api"
by Treehugger Robot
· 7 years ago
5a44d1f
Add LOCAL_SDK_VERSION := system_$(VER)
by Sundong Ahn
· 7 years ago
c01ad7b
Prepare for clang+mingw windows builds
by Dan Willemsen
· 7 years ago
061fcfc
Merge "Use the .cfi variant of a static library where needed."
by Treehugger Robot
· 7 years ago
96a130b
Use the .cfi variant of a static library where needed.
by Vishwath Mohan
· 7 years ago
1876acd
Add default -Wall -Werror or -Wall.
by Chih-Hung Hsieh
· 7 years ago
a435aa5
Use space-separated coverage paths.
by Ryan Campbell
· 7 years ago
a3fb158
Prevent vendor libs from depending on private VNDK libraries
by Jiyong Park
· 7 years ago
5118763
Merge "Add -lm to the default libs for Linux & Darwin"
by Treehugger Robot
· 7 years ago
a3a06fe
Add -lm to the default libs for Linux & Darwin
by Dan Willemsen
· 7 years ago
4dbb354
Check available host libraries
by Dan Willemsen
· 7 years ago
0bd335f
Make -ldl -lrt -lpthread implicit for host builds
by Colin Cross
· 7 years ago
a0f2b2a
Merge "cxx_stl_setup is not executed for modules from soong" am: 9b18ed094c
by Jiyong Park
· 7 years ago
9b18ed0
Merge "cxx_stl_setup is not executed for modules from soong"
by Treehugger Robot
· 7 years ago
425d489
cxx_stl_setup is not executed for modules from soong
by Jiyong Park
· 7 years ago
21751a0
Merge "Use the min sdk version from soong." am: 22b45d401a
by Dan Albert
· 7 years ago
105e4fe
Use the min sdk version from soong.
by Dan Albert
· 7 years ago
6dc0978
Merge "Vendor modules in make also have __ANDROID_VNDK__ defined."
by Yifan Hong
· 7 years ago
Next »