Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_soong
/
82e2bf3b7f6888a114267c450ce4826947fb7ae3
82e2bf3
vendor_available:false hides a lib from vendors
by Jiyong Park
· 8 years ago
c7ba6a2
Merge "Use correct flags for host-side assembly"
by Treehugger Robot
· 8 years ago
ac1c64e
Merge "Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set"
by Treehugger Robot
· 8 years ago
a221b16
Merge "Correctly add dependencies to java_resource_dirs files"
by Treehugger Robot
· 8 years ago
9d7bee7
Merge "Honor resource exclusions in java_resources properties"
by Treehugger Robot
· 8 years ago
e2ad230
Use prebuilts/jdk/jdk9 if EXPERIMENTAL_USE_OPENJDK9 is set
by Colin Cross
· 8 years ago
c21d118
Merge changes I5f6f3da7,Ia37b8b93,Ie79a2e78
by Treehugger Robot
· 8 years ago
647aa4f
Allow full protos in host modules
by Colin Cross
· 8 years ago
09302be
Use correct flags for host-side assembly
by Greg Hartman
· 8 years ago
6fc8d91
Check if "instrumentation" and "sampling" are set together
by Pirama Arumuga Nainar
· 8 years ago
49b53d5
Explicitly link the profile runtime during PGO
by Pirama Arumuga Nainar
· 8 years ago
af9c55b
Correctly add dependencies to java_resource_dirs files
by Colin Cross
· 8 years ago
2372923
Honor resource exclusions in java_resources properties
by Colin Cross
· 8 years ago
7db5d63
Get dex jar resources from classpath jar
by Colin Cross
· 8 years ago
0cf45cd
Add -stripFile argument to merge_zips
by Colin Cross
· 8 years ago
bddcf13
Change default jar time to match ziptime
by Colin Cross
· 8 years ago
60e38b6
Merge "Revert "Some clarifications in preparation to automatically order linker dependencies""
by Jeff Gaston
· 8 years ago
7b6118b
Revert "Some clarifications in preparation to automatically order linker dependencies"
by Jeff Gaston
· 8 years ago
2ade024
Merge "Some clarifications in preparation to automatically order linker dependencies"
by Jeff Gaston
· 8 years ago
c157a8d
Allow libraries with no sources to be installed
by Colin Cross
· 8 years ago
8b30a55
Merge "Fix bootclasspath for host variants of java_library modules"
by Colin Cross
· 8 years ago
c144b86
Merge "Pass -Wno-backend-plugin when using profiles"
by Pirama Arumuga Nainar
· 8 years ago
965714f
Fix bootclasspath for host variants of java_library modules
by Colin Cross
· 8 years ago
2370af0
Some clarifications in preparation to automatically order linker dependencies
by Jeff Gaston
· 8 years ago
19ab372
Merge "Add support for .proto files in java modules"
by Colin Cross
· 8 years ago
f4c0baf
Pass -Wno-backend-plugin when using profiles
by Pirama Arumuga Nainar
· 8 years ago
5746bd4
Remove target.linux
by Dan Willemsen
· 8 years ago
6af17aa
Add support for .proto files in java modules
by Colin Cross
· 8 years ago
47ff252
Relax SDK checks for unbundled builds
by Colin Cross
· 8 years ago
d5934c8
Fix arch specific properties for java modules
by Colin Cross
· 8 years ago
a60ead8
Make java_library_static uninstallable by default
by Colin Cross
· 8 years ago
e81315b
Merge "Fix excluding resource directories"
by Treehugger Robot
· 8 years ago
9bc5201
Merge changes from topic "linux_glibc"
by Dan Willemsen
· 8 years ago
0532fb0
Fix excluding resource directories
by Colin Cross
· 8 years ago
5a727df
Merge "Add no_framework_libs property"
by Treehugger Robot
· 8 years ago
3dfd4aa
Merge "Use `python2.7` instead of `python2`"
by Treehugger Robot
· 8 years ago
dece581
Change androidmk to use linux_glibc instead of linux
by Dan Willemsen
· 8 years ago
9d6c672
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
by Dan Willemsen
· 8 years ago
fa5eb23
Add no_framework_libs property
by Colin Cross
· 8 years ago
b93479b
Merge "Allow modules with empty sdk_version in unbundled builds"
by Treehugger Robot
· 8 years ago
00be2b9
Merge "Correctly set date and mode fields for MANIFEST.MF"
by Treehugger Robot
· 8 years ago
8b9d37b
Allow modules with empty sdk_version in unbundled builds
by Colin Cross
· 8 years ago
2825cb3
Correctly set date and mode fields for MANIFEST.MF
by Colin Cross
· 8 years ago
0f37af0
Add java file resources and flag to include sources
by Colin Cross
· 8 years ago
8649b26
Use pre-desugar classes in classpath
by Colin Cross
· 8 years ago
59f1bb6
Only desugar/dx installable libraries
by Colin Cross
· 8 years ago
40a3671
Remove jarSpec structure
by Colin Cross
· 8 years ago
d689143
Move errorprone dependency to compiled classes jar
by Colin Cross
· 8 years ago
86a63ff
Rename resource_dirs to java_resource_dirs
by Colin Cross
· 8 years ago
bd42549
Don't use the platform copy of libz
by Dan Willemsen
· 8 years ago
c299223
Merge "Add target.linux_glibc and target.bionic"
by Dan Willemsen
· 8 years ago
866b563
Add target.linux_glibc and target.bionic
by Dan Willemsen
· 8 years ago
27991b7
Add -lm to the default libs for Linux & Darwin
by Dan Willemsen
· 8 years ago
1596e6e
Allow to build Android.bp in tradefed project
by jdesprez
· 8 years ago
3bea186
Merge "Remove duplication of bootclasspath in DefaultLibraries"
by Treehugger Robot
· 8 years ago
fdb5731
Merge "Add 10.13 Mac SDK to whitelist"
by Treehugger Robot
· 8 years ago
652b383
Expose host AvailableLibraries to Make
by Dan Willemsen
· 8 years ago
7d1681a
Use `python2.7` instead of `python2`
by Dan Willemsen
· 8 years ago
01abb09
Add 10.13 Mac SDK to whitelist
by Nathan Harold
· 8 years ago
cb2c929
Remove duplication of bootclasspath in DefaultLibraries
by Colin Cross
· 8 years ago
968df27
Merge changes I28a15bcc,I86cccefc
by Treehugger Robot
· 8 years ago
ada83ec
Add PGO support to soong
by Pirama Arumuga Nainar
· 8 years ago
d685385
Merge "Don't generate dex jars for host modules"
by Treehugger Robot
· 8 years ago
5012c81
Merge "Remove android_prebuilt_sdk modules"
by Treehugger Robot
· 8 years ago
61d88b8
Add (host|host-cross|target)[-<OS>] phony targets when not using make
by Dan Willemsen
· 8 years ago
d2e95fb
Fix mma/mmma when soong is not embedded in make
by Dan Willemsen
· 8 years ago
a713a6f
Don't generate dex jars for host modules
by Colin Cross
· 8 years ago
691ad14
Merge changes from topic "host_bionic"
by Treehugger Robot
· 8 years ago
c77a0b3
Extract the linker and embed it into host bionic binaries
by Dan Willemsen
· 8 years ago
fc3674a
Remove android_prebuilt_sdk modules
by Colin Cross
· 8 years ago
2acdae8
Fix java sdk tests
by Colin Cross
· 8 years ago
4c428df
Convert java tests to NewTestArchContext
by Colin Cross
· 8 years ago
ae4c618
Add test infrastructure for running the arch mutator
by Colin Cross
· 8 years ago
6ade34f
Initial device java support
by Colin Cross
· 8 years ago
635acc9
Rearrange manifest file handling in merge_zips and soong_zip
by Colin Cross
· 8 years ago
efb1dd9
Add prefix_symbols support to cc_object
by Dan Willemsen
· 8 years ago
38394b9
Fix ToolchainClangCflags for host bionic
by Dan Willemsen
· 8 years ago
6f91fbf
Don't add a rpath to the linker
by Dan Willemsen
· 8 years ago
6eebec7
Merge "Strip extended-timestap extra block in zip2zip."
by Nan Zhang
· 8 years ago
830f99c
Merge "Add -stripDir and -zipToNotStrip option in merge_zips."
by Nan Zhang
· 8 years ago
10e8e93
Strip extended-timestap extra block in zip2zip.
by Nan Zhang
· 8 years ago
13f4cf5
Add -stripDir and -zipToNotStrip option in merge_zips.
by Nan Zhang
· 8 years ago
58762a6
Merge "Add -XDskipDuplicateBridges=true flag to javac"
by Colin Cross
· 8 years ago
944d6b4
Merge "Allow exporting filegroups to make"
by Treehugger Robot
· 8 years ago
945c000
Add -XDskipDuplicateBridges=true flag to javac
by Colin Cross
· 8 years ago
3e5bdf2
Add cc_genrule
by Dan Willemsen
· 8 years ago
0c16293
Allow cc_object to use libc headers under the VNDK
by Dan Willemsen
· 8 years ago
15d54d5
Make test_suites arch_variant
by Dan Willemsen
· 8 years ago
d91d7ac
Allow exporting filegroups to make
by Colin Cross
· 8 years ago
8eded0a
Support using blueprint_go_binary as tools in genrules
by Dan Willemsen
· 8 years ago
d6ba0d5
Use dependency tags for genrules
by Dan Willemsen
· 8 years ago
d5998cc
Don't add data_descripters when merging uncompress zip entries for merge_zips.
by Nan Zhang
· 8 years ago
58aebd4
Merge "androidmk suport for aidl includes using LOCAL_PATH"
by Treehugger Robot
· 8 years ago
2f7a367
Merge "Add support for thin LTO"
by Yi Kong
· 8 years ago
97001aa
androidmk suport for aidl includes using LOCAL_PATH
by Jeff Gaston
· 8 years ago
611634c
Merge "Dump abi for vendor variants of VNDK libraries."
by Jayant Chowdhary
· 8 years ago
3a5de65
Add missing space between errorprone flags
by Colin Cross
· 8 years ago
a4fce19
Dump abi for vendor variants of VNDK libraries.
by Jayant Chowdhary
· 8 years ago
4f26bc0
Strip javac 9 module arguments
by Colin Cross
· 8 years ago
38f794e
Refactor proto in preparation for java proto support
by Colin Cross
· 8 years ago
Next »