Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
18554243de2edc5350bbb8bc234a7c15141c30d3
1855424
Add nested class loader subcontext at the proper hierarchy level.
by Ulya Trafimovich
· 5 years ago
5e13a73
Disallow adding nested conditional class loader context.
by Ulya Trafimovich
· 5 years ago
8cbc5d2
Rework class loader context implementation.
by Ulya Trafimovich
· 5 years ago
366c7d3
Merge "Add ctx.ModuleDir and top level module dirs of input sources to JDK9 --patch-module lookup."
by Jingwen Chen
· 5 years ago
5136a6e
Add ctx.ModuleDir and top level module dirs of input sources to JDK9
by Jingwen Chen
· 5 years ago
d3e294d
Merge "Add --skip-soong-tests argument to soong_ui and use it in multiproduct_kati"
by Treehugger Robot
· 5 years ago
20cf20b
Merge changes I0289d866,Ie7363524
by Treehugger Robot
· 5 years ago
e83dea5
Merge "Capture the build command that executed the build system."
by Patrice Arruda
· 5 years ago
9b567d5
Merge "Add unit tests for class loader context."
by Ulyana Trafimovich
· 5 years ago
f1a2e55
Merge "Add ModuleInstallPathContextForTesting."
by Ulyana Trafimovich
· 5 years ago
1eacd95
Merge "Move boot jars package check from make"
by Paul Duffin
· 5 years ago
9cb8d1b
java compilation: refactor and extract javac flag computation into a
by Jingwen Chen
· 5 years ago
6e64c2f
Merge "Add system/bt to Rust allowed paths."
by Zach Johnson
· 5 years ago
e3fbadc
Merge "Update apex/allowed_deps.txt"
by Nikita Ioffe
· 5 years ago
00a8a3f
Add --skip-soong-tests argument to soong_ui and use it in multiproduct_kati
by Colin Cross
· 5 years ago
31076b3
Move stubs related methods out of LinkableInterface
by Colin Cross
· 5 years ago
a717db7
Don't create stubs variants of static libraries
by Colin Cross
· 5 years ago
3a456b6
Merge "Disable sanitizer flags and output files for sanitizer-enabled SDK members."
by Martin Stjernholm
· 5 years ago
d271ada
Add system/bt to Rust allowed paths.
by Qasim Javed
· 5 years ago
e92c30d
Capture the build command that executed the build system.
by Patrice Arruda
· 5 years ago
42cac12
Merge "Drop "android.hidl.manager" -> "android.hidl.base" dependency from class loader context."
by Ulyana Trafimovich
· 5 years ago
8100254
Merge "Move class loader context definitions to a separate file."
by Ulyana Trafimovich
· 5 years ago
6961267
Add unit tests for class loader context.
by Ulya Trafimovich
· 5 years ago
ccc8c85
Add ModuleInstallPathContextForTesting.
by Ulya Trafimovich
· 5 years ago
180fece
Drop "android.hidl.manager" -> "android.hidl.base" dependency from class loader context.
by Ulya Trafimovich
· 5 years ago
eb26886
Move class loader context definitions to a separate file.
by Ulya Trafimovich
· 5 years ago
9a89a2a
Move boot jars package check from make
by Paul Duffin
· 5 years ago
8452b1a
Merge "Make vendor_ramdisk_available."
by Yifan Hong
· 5 years ago
7f17421
Update apex/allowed_deps.txt
by Nikita Ioffe
· 5 years ago
e430ac3
Merge "Move part of logic from construct_context.py to Soong."
by Ulyana Trafimovich
· 5 years ago
05b9a65
Merge "Add separate dependency tags for compat libs based on SDK version."
by Ulyana Trafimovich
· 5 years ago
17da06c
Merge "Fix handling of "android.test.mock" in class loader context."
by Ulyana Trafimovich
· 5 years ago
59e0c7a
Disable sanitizer flags and output files for sanitizer-enabled SDK members.
by Martin Stjernholm
· 5 years ago
b0f8ac4
Batch cquery requests for mixed builds
by Chris Parsons
· 5 years ago
a03f8fe
Merge "Add target.vendor_ramdisk."
by Yifan Hong
· 5 years ago
7522122
Merge "Change mixed soong/bazel builds to use USE_BAZEL_ANALYSIS"
by Christopher Parsons
· 5 years ago
8683648
Merge "cc/linker.go: fix typo."
by Yifan Hong
· 5 years ago
c5b6f32
Merge "Unify handling of compat and normal libs in class loader contexts."
by Ulyana Trafimovich
· 5 years ago
7a19ee3
Merge "Update apex/allowed_deps.txt"
by Nikita Ioffe
· 5 years ago
c097474
Merge "Retry: Make ConfiguredJarList immutable"
by Paul Duffin
· 5 years ago
9d181ec
Merge "Add smoke test for Bazel."
by Treehugger Robot
· 5 years ago
02e7dec
Make vendor_ramdisk_available.
by Yifan Hong
· 5 years ago
6da33c2
Add target.vendor_ramdisk.
by Yifan Hong
· 5 years ago
d2057fb
cc/linker.go: fix typo.
by Yifan Hong
· 5 years ago
6776629
Merge "Set stem and suffix for vndk prebuilt libraries"
by Treehugger Robot
· 5 years ago
769f4a5
Update apex/allowed_deps.txt
by Nikita Ioffe
· 5 years ago
8b77a00
Change mixed soong/bazel builds to use USE_BAZEL_ANALYSIS
by Chris Parsons
· 5 years ago
7d584e9
Retry: Make ConfiguredJarList immutable
by Paul Duffin
· 5 years ago
8130c48
Move part of logic from construct_context.py to Soong.
by Ulya Trafimovich
· 5 years ago
b521811
Add separate dependency tags for compat libs based on SDK version.
by Ulya Trafimovich
· 5 years ago
46b3d5b
Fix handling of "android.test.mock" in class loader context.
by Ulya Trafimovich
· 5 years ago
24813e1
Unify handling of compat and normal libs in class loader contexts.
by Ulya Trafimovich
· 5 years ago
e10dfa4
Cleanup usages of CreateConfiguredJarList
by Paul Duffin
· 5 years ago
7ccacae
Remove unnecessary properties in GlobalJSONConfig
by Paul Duffin
· 5 years ago
69d1fb1
Switch BootJars/UpdatableBootJars to ConfiguredJarList
by Paul Duffin
· 5 years ago
0141660
Refactor creation of ConfiguredJarList from list of pairs
by Paul Duffin
· 5 years ago
72b1df4
Merge "Make highmem classification of metalava optional"
by Anton Hansson
· 5 years ago
07bc117
Merge "Fix path conflict for vendor_ramdisk_available"
by Treehugger Robot
· 5 years ago
81235ff
Set stem and suffix for vndk prebuilt libraries
by Inseob Kim
· 5 years ago
578b5f0
Merge "Revert "Make ConfiguredJarList immutable""
by Joanne Chung
· 5 years ago
6284ceb
Add smoke test for Bazel.
by Rupert Shuttleworth
· 5 years ago
bb0e703
Merge "Cleanup references to system/core/liblog -> system/logging/liblog"
by Treehugger Robot
· 5 years ago
1f25794
Revert "Make ConfiguredJarList immutable"
by Joanne Chung
· 5 years ago
38da41c
Merge "Add code to enable USE_BAZEL=1 m functionality in AOSP."
by Treehugger Robot
· 5 years ago
f26f734
Merge "InstallPath keeps its partition dir"
by Treehugger Robot
· 5 years ago
e1878c1
Merge "Make ConfiguredJarList immutable"
by Paul Duffin
· 5 years ago
728e626
Merge "Remove unnecessary ConfiguredJarList.apex(int) method"
by Paul Duffin
· 5 years ago
39143a9
Fix path conflict for vendor_ramdisk_available
by Yifan Hong
· 5 years ago
93d8c64
Merge "Add libdmabufheap to the list of allowed dependencies"
by Treehugger Robot
· 5 years ago
052f472
Make ConfiguredJarList immutable
by Paul Duffin
· 5 years ago
1e8c607
Remove unnecessary ConfiguredJarList.apex(int) method
by Paul Duffin
· 5 years ago
637df8e
Cleanup references to system/core/liblog -> system/logging/liblog
by Baligh Uddin
· 5 years ago
52ac73d
Make highmem classification of metalava optional
by Anton Hansson
· 5 years ago
680387b
Add code to enable USE_BAZEL=1 m functionality in AOSP.
by Rupert Shuttleworth
· 5 years ago
1e8118d
Merge "Tag removed APIs as such in hiddenapi_flags.csv."
by Mathew Inwood
· 5 years ago
23f8adb
Merge "Enable sdk and sdk members in os_arch granularity"
by Treehugger Robot
· 5 years ago
b646bc1
Merge changes from topic "vendor_ramdisk_soong"
by Yifan Hong
· 5 years ago
26c468c
Merge "Export proguard_flags_files from android_librarys"
by Cole Faust
· 5 years ago
ed5dee0
Merge "Add llndk_stubs property"
by Colin Cross
· 5 years ago
9649748
Merge "Rename ART release APEX to com.android.art."
by Martin Stjernholm
· 5 years ago
8fe14e6
Enable sdk and sdk members in os_arch granularity
by Jiyong Park
· 5 years ago
8f01ff8
Merge "apex dependency error: note 'apex_available'"
by Steven Moreland
· 5 years ago
9a63131
Export proguard_flags_files from android_librarys
by Cole Faust
· 5 years ago
dd8dacc
Vendor ramdisk modules install to correct location
by Yifan Hong
· 5 years ago
60e0cfb
Add vendor-ramdisk image to Soong.
by Yifan Hong
· 5 years ago
5ac5247
Merge "makefile_goal: not arch specific."
by Yifan Hong
· 5 years ago
6b07ff2
Merge "Add external/vm_tools/p9 to rust allowed paths"
by Alistair Delva
· 5 years ago
957bcd9
InstallPath keeps its partition dir
by Jiyong Park
· 5 years ago
87076a4
Add libdmabufheap to the list of allowed dependencies
by Hridya Valsaraju
· 5 years ago
12aa3e4
Merge "run vndk-sp closure check before double-loadable"
by Jooyung Han
· 5 years ago
6e36cd6
apex dependency error: note 'apex_available'
by Steven Moreland
· 5 years ago
7838612
Merge "Add stats from ninja subprocesses to build.trace.gz"
by Treehugger Robot
· 5 years ago
627ce86
Merge "Do not install vndk lib"
by Jooyung Han
· 5 years ago
397315f
makefile_goal: not arch specific.
by Yifan Hong
· 5 years ago
0aedb1e
Merge changes I65a78260,I4b3cbbc3
by Treehugger Robot
· 5 years ago
0477b42
Add llndk_stubs property
by Colin Cross
· 5 years ago
7b111ec
Merge "Remove hosttestlib from suite dependencies"
by Julien Desprez
· 5 years ago
97cbce1
Merge "Propagate min_sdk_version to apexer"
by Nikita Ioffe
· 5 years ago
8d8e03f
Merge "Assume 32-bit ARM has Neon support in Mainline module SDKs."
by Treehugger Robot
· 5 years ago
ebb2901
Merge "Alpha sort rust allowed_list.go"
by Alistair Delva
· 5 years ago
Next »