Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
1a6acd4f39b8ea2b030444deb4ecdb0af652e5aa
/
java
/
java.go
92e4b46
Support adding extra lint checks
by Colin Cross
· 5 years ago
0b67a8b
Allow kotlin modules to skip packaging the kotlin stdlib
by Colin Cross
· 5 years ago
9ca38d2
Fix annotation processors in kotlin modules that generate resources
by Colin Cross
· 5 years ago
a553358
Merge "Add support for running Android lint on java and android modules."
by Colin Cross
· 5 years ago
d7ffbb5
Merge "Consolidate adding common java properties"
by Treehugger Robot
· 5 years ago
44b481b
Fix check-boot-jars when a boot jar is provided by prebuilt
by Paul Duffin
· 5 years ago
014489c
Add support for running Android lint on java and android modules.
by Colin Cross
· 5 years ago
2070e32
Do not override "-g:source,lines" for host java binaries when PRODUCT_MINIMIZE_JAVA_DEBUG_INFO is set.
by Alex Humesky
· 5 years ago
ce6734e
Consolidate adding common java properties
by Colin Cross
· 5 years ago
d38ab21
Merge "Introduce product variables to select Java code coverage paths in Soong."
by Roland Levillain
· 5 years ago
a7a36e2
Merge "Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs."
by Chris Gross
· 5 years ago
ada1270
Introduce product variables to select Java code coverage paths in Soong.
by Roland Levillain
· 5 years ago
190fdc0
Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs.
by Chris Gross
· 5 years ago
1adc63e
Merge changes from topics "dist-for-goals", "soong-dist", "tests-PathForSource"
by Colin Cross
· 5 years ago
69bd288
Merge "Fix on-device paths to used libraries in dexpreopt."
by Ulyana Trafimovich
· 5 years ago
9f3052c
Fix on-device paths to used libraries in dexpreopt.
by Ulya Trafimovich
· 5 years ago
d4873a6
Merge "dex_import that isn't available for platform isn't installed"
by Jiyong Park
· 5 years ago
c3d87d3
Define Soong phony rules in Make
by Colin Cross
· 5 years ago
01bca75
dex_import that isn't available for platform isn't installed
by Jiyong Park
· 5 years ago
1f41dbf
Split the core/platform API into stable and legacy versions.
by Pete Gillin
· 5 years ago
2d0c194
Correct link type for module stubs
by Anton Hansson
· 5 years ago
cc51a68
Improve the structure of the link check method
by Anton Hansson
· 5 years ago
5539e7b
Revert^2 "Rename DexJar interface method to DexJarBuildPath."
by Ulyana Trafimovich
· 5 years ago
c55b679
Merge "Revert "Rename DexJar interface method to DexJarBuildPath.""
by Ulyana Trafimovich
· 5 years ago
b0dc851
Revert "Rename DexJar interface method to DexJarBuildPath."
by Ulyana Trafimovich
· 5 years ago
2a08566
Merge "Rename DexJar interface method to DexJarBuildPath."
by Ulyana Trafimovich
· 5 years ago
562c240
Rename DexJar interface method to DexJarBuildPath.
by Ulya Trafimovich
· 5 years ago
91206d9
Always run package check
by Paul Duffin
· 5 years ago
77acec6
dex_import can be added to apex
by Jiyong Park
· 5 years ago
e739f1e
Collect permitted packages from java_sdk_library instances
by Paul Duffin
· 5 years ago
c4cdba0
Merge "Add support for remote-execution / caching of jar/zip actions"
by Kousik Kumar
· 5 years ago
366afc5
Add support for remote-execution / caching of jar/zip actions
by Kousik Kumar
· 5 years ago
a62aa23
apex respects stem of java_library modules
by Jiyong Park
· 5 years ago
38b2a86
Merge "Allow the user to explicitly set the java Uncompress_dex property."
by David Srbecky
· 5 years ago
c7c7e46
Merge "AIDEGen: Add path attribute to okhttp module."
by Treehugger Robot
· 5 years ago
e033cba
Allow the user to explicitly set the java Uncompress_dex property.
by David Srbecky
· 5 years ago
859fe96
Improve tracking of exported sdk libraries
by Paul Duffin
· 5 years ago
1fbf440
AIDEGen: Add path attribute to okhttp module.
by bralee
· 5 years ago
49e94c0
Merge "Use system modules for prebuilt SDKs >=30"
by Colin Cross
· 5 years ago
1d9e236
Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)."
by Treehugger Robot
· 5 years ago
0d3c2e1
Extract common behavior between Module and Import
by Paul Duffin
· 5 years ago
17dec17
Use system modules for prebuilt SDKs >=30
by Colin Cross
· 5 years ago
5bcff5d
Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only).
by easoncylee
· 5 years ago
c2d2405
Don't use SDK variant for vendor JNI libraries
by Colin Cross
· 5 years ago
1b1e806
java_sdk_library: Delegate component module to naming scheme
by Paul Duffin
· 5 years ago
864e1b4
Retry: Detect invalid arch specific properties in snapshot
by Paul Duffin
· 5 years ago
e509447
Revert "Detect invalid arch specific properties in snapshot"
by Greg Kaiser
· 5 years ago
ee20962
Detect invalid arch specific properties in snapshot
by Paul Duffin
· 5 years ago
480e25b
Introduce min_sdk_version to deps info.
by Artur Satayev
· 5 years ago
9d6ea77
Merge "Ensure APEX's Java deps use stable SDKs."
by satayev
· 5 years ago
4b25e31
Revert "[soong] new field in Android.bp to request APK signing V4"
by Songchun Fan
· 5 years ago
bf13546
Add defaults support to runtime_resource_overlay.
by Jaewoong Jung
· 5 years ago
8cf899a
Ensure APEX's Java deps use stable SDKs.
by Artur Satayev
· 5 years ago
52c0b7b
Merge "Repeat kapt processor argument for multiple processors"
by Treehugger Robot
· 5 years ago
5a11686
Repeat kapt processor argument for multiple processors
by Colin Cross
· 5 years ago
2db1c3f
Check updatable APKs compile against managed SDKs.
by Artur Satayev
· 5 years ago
6534770
Stop requiring apex_available on java_library members of sdks
by Paul Duffin
· 5 years ago
ab768cf
Merge "[soong] new field in Android.bp to request APK signing V4"
by Treehugger Robot
· 5 years ago
17d69e3
[soong] new field in Android.bp to request APK signing V4
by Songchun Fan
· 5 years ago
78156ef
Add a Tag field to dist to dist a tagged output
by Anton Hansson
· 5 years ago
87a33e7
Add code coverage support to android_app JNI libs.
by Jaewoong Jung
· 5 years ago
f6aead0
Merge "Make system_server stubs consistent with other stubs"
by Anton Hansson
· 5 years ago
ba6ab2e
Make system_server stubs consistent with other stubs
by Anton Hansson
· 5 years ago
19604de
add aidl.export_include_dirs to java_import module type
by Jiyong Park
· 5 years ago
54c481e
Merge "Simplify the construction of class loader contexts for system server jars."
by Ulyana Trafimovich
· 5 years ago
dacc6c5
Simplify the construction of class loader contexts for system server jars.
by Ulya Trafimovich
· 5 years ago
a551a1c
Improve consistency of handling java snapshot properties
by Paul Duffin
· 5 years ago
3a4eb50
Make new module creation API more flexible
by Paul Duffin
· 5 years ago
5e9013b
Fix apex_available
by Jooyung Han
· 5 years ago
a04c107
Add support for multiple os types
by Paul Duffin
· 5 years ago
14eb467
Refactor java_library/java_test snapshot processing
by Paul Duffin
· 5 years ago
f5c0a9c
Simplify java library sdk member code
by Paul Duffin
· 5 years ago
c2f4f20
Merge "Use header jar without jarjar for sharded classpath"
by Treehugger Robot
· 5 years ago
93e57a0
Expect added members for instrumented modules
by Jiyong Park
· 5 years ago
00cae1c
Reland "Turn on the instrumentation by default for the java code in APEXes"
by Jiyong Park
· 5 years ago
f7d8401
Use header jar without jarjar for sharded classpath
by Colin Cross
· 5 years ago
83a2d96
Allow java_system_modules_import to replace java_system_modules
by Paul Duffin
· 6 years ago
7c9662a
Merge "sdk_version: "system_server_current""
by Treehugger Robot
· 5 years ago
954b297
Merge "Revert "Turn on the instrumentation by default for the java code in APEXes""
by Jackal Guo
· 5 years ago
c021ea0
Revert "Turn on the instrumentation by default for the java code in APEXes"
by Jackal Guo
· 5 years ago
1d62b1c
Merge "Turn on the instrumentation by default for the java code in APEXes"
by Treehugger Robot
· 5 years ago
33b6654
Turn on the instrumentation by default for the java code in APEXes
by Jiyong Park
· 5 years ago
6d41527
Do all dexpreoptDisabled checks before registering a dex2oat host dep.
by Martin Stjernholm
· 6 years ago
d90676f
Reland: Get the dex2oat host tool path from module dependency on the
by Martin Stjernholm
· 6 years ago
40f9f3c
Reland: Move the Once cache for dexpreopt.GlobalConfig into the
by Martin Stjernholm
· 6 years ago
f3ff010
Use precise class loader context for system server jars.
by Ulya Trafimovich
· 6 years ago
6b21c7d
Automatically set compile_dex:true and hostdex:true for APEX variants
by Jiyong Park
· 5 years ago
aae9bd1
sdk_version: "system_server_current"
by Jiyong Park
· 5 years ago
7b81f5e
Add java_system_modules to sdk/module_exports
by Paul Duffin
· 6 years ago
0f80c18
apex_available tracks static dependencies
by Jiyong Park
· 6 years ago
50146e9
sdk_version: "module_current" is supported
by Jiyong Park
· 6 years ago
28e36b1
Merge "Store uncompressed and aligned DEX files for java libs in APEXes."
by Ulyana Trafimovich
· 6 years ago
057dd35
Merge "Abstract sdk_version string using sdkSpec type"
by Treehugger Robot
· 6 years ago
7b2e6f3
Revert "Get the dex2oat host tool path from module dependency on..."
by Hans Boehm
· 6 years ago
f491dde
Store uncompressed and aligned DEX files for java libs in APEXes.
by Ulya Trafimovich
· 6 years ago
6a927c4
Abstract sdk_version string using sdkSpec type
by Jiyong Park
· 6 years ago
335d596
Get the dex2oat host tool path from module dependency on the binary module.
by Martin Stjernholm
· 6 years ago
814bebb
Merge "Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX""
by Treehugger Robot
· 6 years ago
a46c2b1
Merge "Allow sdk and core modules to use sysprop_library"
by Inseob Kim
· 6 years ago
83dc74b
Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX"
by Jiyong Park
· 6 years ago
Next »