Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
f9a0443a9c66ae9cc1d8466be4ddf120eb884ae6
f9a0443
Java test code clean-up
by Jaewoong Jung
· 5 years ago
63f4b57
Merge changes Ia106d48e,Ib6c0e778
by Colin Cross
· 5 years ago
5cfc70d
Remove use of deprecated ExtractSourcesDeps
by Colin Cross
· 5 years ago
527f3e5
Dedup path properties across property structs
by Colin Cross
· 5 years ago
2ca7a88
Merge "Make relative path for native_bridge binaries configurable"
by Dimitry Ivanov
· 5 years ago
0f7dbd0
Merge "soong: Fix AndroidMk with *Required properties"
by Treehugger Robot
· 5 years ago
34b1b27
Merge "Fix a bug in generateNoticeRule."
by Treehugger Robot
· 5 years ago
8d6dde8
Make relative path for native_bridge binaries configurable
by dimitry
· 5 years ago
825c814
Fix a bug in generateNoticeRule.
by Jaewoong Jung
· 5 years ago
12df5fb
soong: Fix AndroidMk with *Required properties
by Jooyung Han
· 5 years ago
e3ef3c8
Fix the unbundled mainline module build
by Jiyong Park
· 5 years ago
09cb629
Revert "Don't build hiddenapi flags or encode dex for unbundled builds"
by Jiyong Park
· 5 years ago
50b81e5
Don't use APEX prebuilts when asan is on
by Jiyong Park
· 5 years ago
b940a14
Merge "Stop defining unused USE_SSSE3."
by Treehugger Robot
· 5 years ago
b22dcfe
Stop defining unused USE_SSSE3.
by Elliott Hughes
· 5 years ago
68c9eed
Merge "Re-enable ASAN globals instrumentation for devices."
by Mitch Phillips
· 5 years ago
cba311b
Re-enable ASAN globals instrumentation for devices.
by Mitch Phillips
· 5 years ago
7bb2aec
Merge "Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true"
by Treehugger Robot
· 5 years ago
66abc58
Merge "Add java_sdk_library summary to soong docs."
by Treehugger Robot
· 5 years ago
4f158ee
Add java_sdk_library summary to soong docs.
by Jaewoong Jung
· 5 years ago
2cb5288
Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true
by Jiyong Park
· 5 years ago
ae11318
Merge "system-clang-format: Add Standard: Cpp11"
by Treehugger Robot
· 5 years ago
f378a85
Merge "Use ctx.Target().NativeBridge to detect if the arch is translated or not"
by Treehugger Robot
· 5 years ago
0dd3ab5
system-clang-format: Add Standard: Cpp11
by Tom Cherry
· 5 years ago
a89cf59
Merge "Tune invocations and print full diagnostics on crash for d8 and r8."
by Treehugger Robot
· 5 years ago
3af8661
Merge "Improve android_app_import.dpi_variants handling."
by Jaewoong Jung
· 5 years ago
acbf6c7
Use ctx.Target().NativeBridge to detect if the arch is translated or not
by Jiyong Park
· 5 years ago
db7a770
Merge "Add "provide_cpp_shared_libs/uses" props to "apex""
by Treehugger Robot
· 5 years ago
3e18b19
Improve android_app_import.dpi_variants handling.
by Jaewoong Jung
· 6 years ago
ee5c603
Tune invocations and print full diagnostics on crash for d8 and r8.
by Sasha Smundak
· 5 years ago
94e90c6
Merge "Add sh_test_host."
by Jaewoong Jung
· 5 years ago
bc53fef
Merge changes from topic "gcov-prefix-permissions-fix"
by Pirama Arumuga Nainar
· 5 years ago
5c998b9
Add "provide_cpp_shared_libs/uses" props to "apex"
by Jooyung Han
· 6 years ago
d5f6c82
Rename product_services to system_ext
by Justin Yun
· 6 years ago
cfec40c
Move RuleBuilder on top of strings.Builder
by Colin Cross
· 5 years ago
188236f
Merge "Document how properties work in defaults modules."
by Treehugger Robot
· 5 years ago
fccc52f
Merge "[trivial] Remove dead code"
by Treehugger Robot
· 5 years ago
b1907ee
Merge "Dist NOTICE outputs for app targets."
by Jaewoong Jung
· 5 years ago
61a8368
Add sh_test_host.
by Jaewoong Jung
· 5 years ago
9877279
Dist NOTICE outputs for app targets.
by Jaewoong Jung
· 5 years ago
630846d
Add support for tests in APEX test modules.
by Roland Levillain
· 6 years ago
0ce291e
[trivial] Remove dead code
by Inseob Kim
· 5 years ago
f67e1be
Merge changes Icfc893c8,I40f03fc0
by Treehugger Robot
· 5 years ago
eee5a41
Merge "Add a String() method to android.Module"
by Treehugger Robot
· 5 years ago
28d36ca
Merge changes from topic "mutator_name"
by Treehugger Robot
· 5 years ago
aa812d1
Allow debugging with SOONG_DELVE=<listen addr>
by Colin Cross
· 6 years ago
7b97ecd
Print ninja stdout live during the build
by Colin Cross
· 6 years ago
9a36223
Add a String() method to android.Module
by Colin Cross
· 5 years ago
100bbdc
Wrap getenv when linking a coverage-enabled binary
by Pirama Arumuga Nainar
· 5 years ago
82fe59b
Refactor libprofile-extras to be added as a whole static library
by Pirama Arumuga Nainar
· 5 years ago
cb55e08
Add MutatorName to mutator contexts
by Colin Cross
· 5 years ago
fa07821
Remove ioutil.TempDir from each android/soong/android test
by Colin Cross
· 5 years ago
baba9a9
soong_ui: Build under a path that contains a symbolic link.
by Patrice Arruda
· 5 years ago
9d42425
Perform TERM check for file writers only
by Mikhail Naganov
· 5 years ago
aebc02a
Allow neverallow rules to be defined by custom bootstrap_go_packages
by Paul Duffin
· 6 years ago
e65d84c
Merge "Enforce hidden api usage in vendor (soong)"
by Treehugger Robot
· 6 years ago
a3ded95
Merge "Improve dumb terminal detection"
by Treehugger Robot
· 6 years ago
dd5cf75
Merge "Disabled avx avx2 avx512 compiler flags by default. Library components can enable the flags based on performance impact"
by Treehugger Robot
· 6 years ago
35bb770
Merge "Treat .cxx files as c++"
by Treehugger Robot
· 6 years ago
4190926
Merge changes from topic "package default_visibility"
by Paul Duffin
· 6 years ago
6bd33c1
Enforce hidden api usage in vendor (soong)
by Jeongik Cha
· 6 years ago
d34ab7c
Treat .cxx files as c++
by Colin Cross
· 6 years ago
b073581
Improve dumb terminal detection
by Mikhail Naganov
· 6 years ago
8a255ac
Merge "Revert "Revert "Remove option to create boot image based on preloaded classes"""
by Mathieu Chartier
· 6 years ago
e484f47
Inherit default_visibility from parent package
by Paul Duffin
· 6 years ago
e2453c7
Allow default visibility to be set per package
by Paul Duffin
· 6 years ago
bf46d96
Merge "core_current does not include framework libraries"
by Paul Duffin
· 6 years ago
7e84969
Disabled avx avx2 avx512 compiler flags by default.
by jaishank
· 6 years ago
3005780
Merge "Generate ABI dumps for libraries without source"
by Hsin-Yi Chen
· 6 years ago
7c9b4cf
Merge "Compute critical path when ninja finishes"
by Treehugger Robot
· 6 years ago
6adeee1
Revert "Revert "Remove option to create boot image based on preloaded classes""
by Mathieu Chartier
· 6 years ago
7b62453
Compute critical path when ninja finishes
by Colin Cross
· 6 years ago
b2e4f47
Merge "Don't pass --legacy by default to aapt2 compile"
by Colin Cross
· 6 years ago
25bdad9
Merge "Remove unused condition in decodeSdkDep(...)"
by Treehugger Robot
· 6 years ago
a6c4ff2
Merge "Revert "Remove option to create boot image based on preloaded classes""
by Mathieu Chartier
· 6 years ago
d3f688b
Revert "Remove option to create boot image based on preloaded classes"
by Mathieu Chartier
· 6 years ago
e2a8e7f
Merge "Remove option to create boot image based on preloaded classes"
by Mathieu Chartier
· 6 years ago
7aae6e7
core_current does not include framework libraries
by Paul Duffin
· 6 years ago
735d03c
Remove unused condition in decodeSdkDep(...)
by Paul Duffin
· 6 years ago
02f6880
Merge "Use prebuilt m4 for bison too"
by Treehugger Robot
· 6 years ago
49eb547
Merge "Uncompress dex in unbundled privileged apps"
by Treehugger Robot
· 6 years ago
c4a6aa8
Use prebuilt m4 for bison too
by Dan Willemsen
· 6 years ago
4a04731
Remove option to create boot image based on preloaded classes
by Mathieu Chartier
· 6 years ago
53a87f5
Uncompress dex in unbundled privileged apps
by Colin Cross
· 6 years ago
c1001ec
Create test build dir only once for apex_test.
by Jaewoong Jung
· 6 years ago
50c744e
Merge changes from topic "apex_notice"
by Jaewoong Jung
· 6 years ago
f6a9546
Generate ABI dumps for libraries without source
by Hsin-Yi Chen
· 6 years ago
ba9a519
Merge "Revert "Switch to toybox tar.""
by Treehugger Robot
· 6 years ago
14f5ff6
Embed NOTICE output as an APEX asset.
by Jaewoong Jung
· 6 years ago
5b425e2
Optionally embed NOTICE files in apks.
by Jaewoong Jung
· 6 years ago
afeb6cb
Revert "Switch to toybox tar."
by Elliott Hughes
· 6 years ago
7d7cae8
Merge "Soong: Add build_error proto raw file to $(OUT_DIR)."
by Treehugger Robot
· 6 years ago
bbeb2c1
Merge "Color long running durations when using action table output"
by Colin Cross
· 6 years ago
9b74dfe
Merge "Switch to toybox tar."
by Elliott Hughes
· 6 years ago
297ceba
Soong: Add build_error proto raw file to $(OUT_DIR).
by Patrice Arruda
· 6 years ago
5137de0
Color long running durations when using action table output
by Colin Cross
· 6 years ago
5c2f963
Remove the no_framework_libs property
by Paul Duffin
· 6 years ago
84338df
Merge "Allow passing --legacy in aaptflags"
by Treehugger Robot
· 6 years ago
4215cfd
Don't pass --legacy by default to aapt2 compile
by Colin Cross
· 6 years ago
a0ba2f5
Allow passing --legacy in aaptflags
by Colin Cross
· 6 years ago
Next »