Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_soong
/
fdca7fe03b59a7c99ef61e3176b742a223dcf26c
fdca7fe
Give cc_test rule information to determine the test types
by yike
· 2 years ago
b0e1035
Merge "rust: Add support for host fuzzers." into main
by Ivan Lozano
· 2 years ago
f768e6e
Merge "Bp2build product variables on non-arch-variant module types" into main
by Treehugger Robot
· 2 years ago
ed94000
Bp2build product variables on non-arch-variant module types
by Cole Faust
· 2 years ago
f5ee8e3
Merge "Stop sdk_library generated api_library to depend on full surface api_library" into main
by Treehugger Robot
· 2 years ago
3625faf
Merge "Denylist jemalloc5_stresstests since it is run by a special script." into main
by Yu Liu
· 2 years ago
d365cc4
Merge changes from topic "bazel_module_labels" into main
by Liz Kammer
· 2 years ago
e6adc83
Merge "Remove dylibs prop from rust module types" into main
by Vinh Tran
· 2 years ago
78e4695
Merge "Disable Global ThinLTO by default" into main
by Yabin Cui
· 2 years ago
66ae90d
Merge "Add new diffs found in vendor partition in sbom_test." into main
by Wei Li
· 2 years ago
9c81c0c
Disable Global ThinLTO by default
by Yabin Cui
· 2 years ago
e7ee256
Stop sdk_library generated api_library to depend on full surface api_library
by Jihoon Kang
· 2 years ago
9db358d
Merge "Bp2build genrule commands as configurable properties" into main
by Cole Faust
· 2 years ago
9a3cd19
Merge "Add `previous_api` property to `java_api_library` module" into main
by Jihoon Kang
· 2 years ago
9ff64e6
Add new diffs found in vendor partition in sbom_test.
by Wei Li
· 2 years ago
6a299f7
Merge "Fix possible orphaned proto_library targets" into main
by Spandan Das
· 2 years ago
215adb4
Fix possible orphaned proto_library targets
by Spandan Das
· 2 years ago
f0d4d4f
Bp2build genrule commands as configurable properties
by Cole Faust
· 2 years ago
5ce6809
Merge "Add unit test to verify default linkage for rust binaries" into main
by Vinh Tran
· 2 years ago
4eeb2a9
Remove dylibs prop from rust module types
by Vinh Tran
· 2 years ago
83b86cc
Merge "soong: ARM 32-bit targets must be built with 4k elf alignment" into main
by Juan Yescas
· 2 years ago
862da6f
Add `previous_api` property to `java_api_library` module
by Jihoon Kang
· 2 years ago
0c705a4
Convert additional sdk_library stub libraries to from stub generation
by Jihoon Kang
· 2 years ago
95e8fe9
Merge "Check in BUILD files in prebuilts/rust and external/bazelbuild-rules_rust" into main
by Treehugger Robot
· 2 years ago
05b3410
Add unit test to verify default linkage for rust binaries
by Vinh Tran
· 2 years ago
12dc96e
Set Bazel_module for (un)converted sysprop libs
by Liz Kammer
· 2 years ago
c86e094
Make ShouldConvertWithBp2build avail in loadhooks
by Liz Kammer
· 2 years ago
1f82aea
Merge "Support default-permission in aconfig_declarations" into main
by Zhi Dou
· 2 years ago
7ce8bf0
Merge "Removed order file use flags from being passed to cflags" into main
by Sharjeel Khan
· 2 years ago
6487601
Merge "Pass the current API file to the metalava --use-same-format-as option" into main
by Paul Duffin
· 2 years ago
69ea5b8
Merge changes I33846cdb,I1eb1f4bf into main
by Treehugger Robot
· 2 years ago
478ca5b
Move scopeOrderedSourceFileNames as outside var
by Jihoon Kang
· 2 years ago
3c5d4c2
Removed order file use flags from being passed to cflags
by Sharjeel Khan
· 2 years ago
10a23c2
Pass the current API file to the metalava --use-same-format-as option
by Paul Duffin
· 2 years ago
84473f5
Sort api files by api scope in java_api_library
by Jihoon Kang
· 2 years ago
a405301
Merge "Darwin/Mac OS host rust compilation fixes" into main
by Cody Schuffelen
· 2 years ago
4e0f645
Revert "Handle Clang's change of defaults from -fcommon to -fno-common"
by Chia-Chi Teng
· 2 years ago
23cc4aa
soong: ARM 32-bit targets must be built with 4k elf alignment
by Juan Yescas
· 2 years ago
fe1ecfc
Check in BUILD files in prebuilts/rust and external/bazelbuild-rules_rust
by Vinh Tran
· 2 years, 1 month ago
5428433
Merge "Remove diffs of symlinks in root directory which are included in product SBOMs now." into main
by Wei Li
· 2 years ago
88df1d3
Merge "Handle Clang's change of defaults from -fcommon to -fno-common" into main
by Zijun Zhao
· 2 years ago
4ed512b
apex: respect relative_install_path of rust modules
by Jooyung Han
· 2 years ago
83a740e
Merge "soong: Add product variable DevicePageSizeAgnostic" into main
by Juan Yescas
· 2 years ago
0634397
Remove diffs of symlinks in root directory which are included in product SBOMs now.
by Wei Li
· 2 years ago
3f65a41
Support default-permission in aconfig_declarations
by Zhi Dou
· 2 years ago
34a1c57
Merge "fix protos in another dir + a module that uses it" into main
by Treehugger Robot
· 2 years ago
1824463
Merge "Remove pdk product variable" into main
by Treehugger Robot
· 2 years ago
7dc6bcb
fix protos in another dir + a module that uses it
by Liz Kammer
· 2 years ago
cb91632
Denylist jemalloc5_stresstests since it is run by a special script.
by Yu Liu
· 2 years ago
8dc9e91
Remove pdk product variable
by Cole Faust
· 2 years ago
19e00b3
Merge "Replace -bootclasspath and -classpath metalava options with --classpath" into main
by Treehugger Robot
· 2 years ago
1988ccf
Merge "Implement rust_aconfig_library" into main
by Dennis Shen
· 2 years ago
f8aaaa1
Replace -bootclasspath and -classpath metalava options with --classpath
by Paul Duffin
· 2 years ago
2fcbffa
rust: Add support for host fuzzers.
by Ivan Lozano
· 2 years ago
b6e0a64
Denylist a couple art modules that depend on unconverted modules.
by Yu Liu
· 2 years ago
0106560
soong: Add product variable DevicePageSizeAgnostic
by Juan Yescas
· 2 years ago
3537d80
Merge "Disable zipbomb detection inside the build" into main
by Treehugger Robot
· 2 years ago
13acefe
Merge "Remove diffs of flags files that included in product SBOM." into main
by Wei Li
· 2 years ago
2478d70
Merge "Update allowlist for framework" into main
by Treehugger Robot
· 2 years ago
877b846
Update allowlist for framework
by Liz Kammer
· 2 years ago
4fa1bfe
Merge "Allowlist some more cc_test modules after the runfiles support" into main
by Yu Liu
· 2 years ago
1880103
Merge "Stop using single-hyphen metalava options" into main
by Treehugger Robot
· 2 years ago
808211e
Stop using single-hyphen metalava options
by Paul Duffin
· 2 years ago
a4a4d29
Handle Clang's change of defaults from -fcommon to -fno-common
by zijunzhao
· 2 years ago
dbedb0c
Remove diffs of flags files that included in product SBOM.
by Wei Li
· 2 years ago
457ddef
Implement rust_aconfig_library
by Vinh Tran
· 2 years ago
69bda98
Merge changes I816f209e,I9e4d51c3 into main
by Treehugger Robot
· 2 years ago
002764c
Merge "Don't generate aapt2 srcjars when using resource processor" into main
by Colin Cross
· 2 years ago
fda9efa
Merge "Revert^2 "Export NewPrebuiltBuildTool"" into main
by Treehugger Robot
· 2 years ago
6b6b150
Merge "Add unconverted reason for jarjar incompatibility." into main
by Liz Kammer
· 2 years ago
846ce68
Handle enabled: false via conditions_default
by Spandan Das
· 2 years ago
97e9b0c
Merge "Revert "Revert "Remove env config fetcher code""" into main
by Kousik Kumar
· 2 years ago
21b19f9
Merge "Use string.Builder" into main
by Treehugger Robot
· 2 years ago
da2a211
Use string.Builder
by usta
· 2 years ago
5d52dce
Revert^2 "Export NewPrebuiltBuildTool"
by David Srbecky
· 2 years ago
1d7964a
Merge "Revert "Export NewPrebuiltBuildTool"" into main
by Joanne Chung
· 2 years ago
479e39f
Handle nil enabled values
by Spandan Das
· 2 years ago
14e0956
Revert "Export NewPrebuiltBuildTool"
by Joanne Chung
· 2 years ago
09f6b13
Merge changes I8ca452aa,I437fc890,If9446700 into main
by Spandan Das
· 2 years ago
df3ec82
Handle .proto files in different package for filegroups
by Spandan Das
· 2 years ago
541c1ca
Merge "Export NewPrebuiltBuildTool" into main
by Treehugger Robot
· 2 years ago
c53767e
Handle .proto files that end up in a different package
by Spandan Das
· 2 years ago
3131d67
Allow creation of BazelTargets in a different directory
by Spandan Das
· 2 years ago
54bfc7a
Export NewPrebuiltBuildTool
by David Srbecky
· 2 years ago
38a72e7
Merge "cosmetic: unused argument" into main
by Treehugger Robot
· 2 years ago
7660e71
Merge "add bp2build subevents" into main
by Treehugger Robot
· 2 years ago
5173235
Merge "Revert "Add libdumpstateutil to vendor variant list"" into main
by Kevin Jeon
· 2 years ago
778e5ba
Merge "Add bazelbuild-rules_python to soong_integration_tests" into main
by Treehugger Robot
· 2 years ago
36249c7
Add bazelbuild-rules_python to soong_integration_tests
by usta
· 2 years ago
946d02c
Remove final usages of product_vars_providing_rule
by Cole Faust
· 2 years ago
40caf95
cosmetic: unused argument
by usta
· 2 years ago
aaf2fd1
add bp2build subevents
by usta
· 2 years, 1 month ago
7f37586
Add unconverted reason for jarjar incompatibility.
by Liz Kammer
· 2 years ago
4d293f3
Merge "Revert^2 "Allowlist build files in rules_python"" into main
by Vinh Tran
· 2 years ago
8036b16
Revert "Revert "Remove env config fetcher code""
by Kousik Kumar
· 2 years ago
7d76e8c
Merge "Fix kernel build tools" into main
by Treehugger Robot
· 2 years ago
bd6294c
Merge "Downgrade newly failing lint checks" into main
by Colin Cross
· 2 years ago
26540fd
Merge "Add a linux_86 config option" into main
by Treehugger Robot
· 2 years ago
d1acaa4
Add a linux_86 config option
by Cole Faust
· 2 years ago
f29ca58
Darwin/Mac OS host rust compilation fixes
by A. Cody Schuffelen
· 2 years, 1 month ago
Next »