Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
a5f11e426c166a555858e782fba119f8e6ca1234
/
java
/
java.go
a97c5d3
Add support for android_library modules
by Colin Cross
· 7 years ago
ff3ae9d
Consistently use Bool instead of proptools.Bool
by Colin Cross
· 7 years ago
38b40df
Use proptools.BoolDefault
by Colin Cross
· 7 years ago
05638fc
Add java_test and java_test_host
by Colin Cross
· 7 years ago
f19b9bb
Use built SDK stubs
by Colin Cross
· 7 years ago
5597951
Remove deviceProperties from BinaryHostFactory
by Colin Cross
· 7 years ago
2d49294
Link type check for Android.bp defined Java modules
by Jiyong Park
· 7 years ago
eab1564
Add trace flag for cpp/Java AIDL generation.
by Martijn Coenen
· 7 years ago
924d35b
Handle prebuiltDepTag for java modules
by Jiyong Park
· 7 years ago
66c0c40
Add support for renamed kotlin stdlib.
by Przemyslaw Szczepaniak
· 7 years ago
b2b33de
Fetch generated srcs from java libs for droiddoc.
by Nan Zhang
· 7 years ago
6424d17
Allow proto properties in cc/java_defaults
by Dan Willemsen
· 7 years ago
300f038
Only add SDK file dependencies on device builds
by Colin Cross
· 7 years ago
e3d26bf
Pass bootclasspath to kotlinc
by Przemyslaw Szczepaniak
· 7 years ago
32f3898
Remove unused intermediates parameter from ExistentPathForSource
by Colin Cross
· 7 years ago
581fd21
Droiddoc Support in Soong
by Nan Zhang
· 7 years ago
0d0ba59
Use android.InList for inList
by Colin Cross
· 7 years ago
27e284d
Revert "Revert "Support filegroup in exclude_srcs""
by Nan Zhang
· 7 years ago
4b5fe9d
Add rsp and srcjar support to kotlinc build rule
by Przemyslaw Szczepaniak
· 7 years ago
606e9de
Revert "Support filegroup in exclude_srcs"
by Tobias Thierer
· 7 years ago
f36a3d9
Support filegroup in exclude_srcs
by Nan Zhang
· 7 years ago
8222d3b
Change the naming policy of system_$(VER)
by Sundong Ahn
· 7 years ago
750e557
Support sdk_version: "core_current"
by Jiyong Park
· 7 years ago
5f8cb42
Add property to enable adding tools.jar to bootclasspath.
by Nan Zhang
· 7 years ago
f3e5b55
Soong: support Errorprone javacflags
by Andreas Gampe
· 7 years ago
1a5d7b1
Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS
by Jiyong Park
· 7 years ago
b5b5b26
change vsdk_v$(ver) to system_sdk_v$(ver)
by Sundong Ahn
· 7 years ago
3144dfc
Add EMMA_INSTRUMENT_STATIC support
by Colin Cross
· 7 years ago
84c3882
Fix jacoco_cli invocation
by Colin Cross
· 7 years ago
66dbc0b
Add R8 support
by Colin Cross
· 7 years ago
f0056cb
Refactor dexing
by Colin Cross
· 7 years ago
e6ddff6
Move jacoco before desugar
by Colin Cross
· 7 years ago
7fdd2b7
Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8.
by Colin Cross
· 7 years ago
7b60cdd
Strip module-info.class files when combining jars
by Colin Cross
· 7 years ago
c5de1b6
Remove --no-locals -> --release translation
by Colin Cross
· 7 years ago
7a3139e
Add jacoco filter tests
by Colin Cross
· 7 years ago
c37c634
Prep D8 default instead of CompatDX in build/soong
by Alan Leung
· 7 years ago
0f2ee15
Support output params in java proto
by Colin Cross
· 7 years ago
366938f
Allow java manifest property to reference filegroups
by Colin Cross
· 7 years ago
9f31911
Add USE_D8_DESUGAR option in build/soong
by Alan Leung
· 7 years ago
c331599
Allow java binary wrapper files to reference filegroups
by Colin Cross
· 7 years ago
1bd8780
Add more dex_preopt properties
by Colin Cross
· 7 years ago
6b4a32d
Split java_binary modules into common and binary variants
by Colin Cross
· 7 years ago
5425090
Add java_genrules to use jars as inputs and outputs
by Colin Cross
· 7 years ago
0926fae
Add system_$(VER)
by Sundong Ahn
· 7 years ago
5ab4e6d
Allow building framework.jar and framework-res.apk
by Colin Cross
· 7 years ago
6510f91
Replace ModuleContext.AConfig() with Config()
by Colin Cross
· 7 years ago
3bc7ffa
Replace aapt support with aapt2
by Colin Cross
· 7 years ago
cb93359
Add Jacoco support
by Colin Cross
· 7 years ago
af05017
Add support for .srcjar files from genrules and srcs
by Colin Cross
· 7 years ago
ebe1a51
Fix java AIDL properties to match C/C++
by Colin Cross
· 7 years ago
ea568a4
Change bool, and string properties to *bool, and *string for java,
by Nan Zhang
· 7 years ago
61eaedb
Support Javac sharding in Soong.
by Nan Zhang
· 7 years ago
3c807db
Add default jar wrapper when wrapper property is not specified
by Nan Zhang
· 7 years ago
126a25c
Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it
by Colin Cross
· 7 years ago
2423717
Allow java_host_binary to be used with genrule.
by Alex Light
· 7 years ago
8eadbf0
Fix source jars
by Colin Cross
· 7 years ago
5c6ecc1
Don't panic in turbine with no classes
by Colin Cross
· 7 years ago
d11fcda
Convert Visit*Deps from blueprint.Module to android.Module
by Colin Cross
· 7 years ago
1e45cb7
Fail when a module depends on a disabled module
by Colin Cross
· 7 years ago
e243c23
Fix finding src directory for aidl
by Colin Cross
· 7 years ago
535e2cf
Support installable prebuilt jars
by Colin Cross
· 7 years ago
2ebc476
Use prebuilts/sdk/*current until Soong can generate stubs
by Colin Cross
· 7 years ago
461bd1a
Add sdk_version property to imported jars
by Colin Cross
· 7 years ago
ed19fc3
Support Turbine in Soong.
by Nan Zhang
· 7 years ago
a22116e
Add property to prevent dex preopting
by Colin Cross
· 7 years ago
1ee2317
Move all jar intermediates to subdirs
by Colin Cross
· 7 years ago
975f9f7
Allow jarjar_rules to be arch-specific
by Colin Cross
· 7 years ago
93e8595
Initial kotlin support
by Colin Cross
· 7 years ago
59149b6
Use jars containg sources for java generators
by Colin Cross
· 7 years ago
e9a275b
Pass output file names into java.Transform* functions
by Colin Cross
· 7 years ago
1369cdb
Initial support for converting jars to java9 system modules
by Colin Cross
· 7 years ago
9243010
Add hostdex support
by Colin Cross
· 7 years ago
52b1e4c
Fix doubled generated source files
by Colin Cross
· 7 years ago
2372923
Honor resource exclusions in java_resources properties
by Colin Cross
· 7 years ago
7db5d63
Get dex jar resources from classpath jar
by Colin Cross
· 7 years ago
c157a8d
Allow libraries with no sources to be installed
by Colin Cross
· 7 years ago
965714f
Fix bootclasspath for host variants of java_library modules
by Colin Cross
· 7 years ago
6af17aa
Add support for .proto files in java modules
by Colin Cross
· 7 years ago
47ff252
Relax SDK checks for unbundled builds
by Colin Cross
· 7 years ago
a60ead8
Make java_library_static uninstallable by default
by Colin Cross
· 7 years ago
fa5eb23
Add no_framework_libs property
by Colin Cross
· 7 years ago
8b9d37b
Allow modules with empty sdk_version in unbundled builds
by Colin Cross
· 7 years ago
0f37af0
Add java file resources and flag to include sources
by Colin Cross
· 7 years ago
8649b26
Use pre-desugar classes in classpath
by Colin Cross
· 7 years ago
59f1bb6
Only desugar/dx installable libraries
by Colin Cross
· 7 years ago
40a3671
Remove jarSpec structure
by Colin Cross
· 7 years ago
d689143
Move errorprone dependency to compiled classes jar
by Colin Cross
· 7 years ago
86a63ff
Rename resource_dirs to java_resource_dirs
by Colin Cross
· 7 years ago
cb2c929
Remove duplication of bootclasspath in DefaultLibraries
by Colin Cross
· 7 years ago
a713a6f
Don't generate dex jars for host modules
by Colin Cross
· 7 years ago
fc3674a
Remove android_prebuilt_sdk modules
by Colin Cross
· 7 years ago
2acdae8
Fix java sdk tests
by Colin Cross
· 7 years ago
6ade34f
Initial device java support
by Colin Cross
· 7 years ago
635acc9
Rearrange manifest file handling in merge_zips and soong_zip
by Colin Cross
· 7 years ago
d6ba0d5
Use dependency tags for genrules
by Dan Willemsen
· 7 years ago
4f26bc0
Strip javac 9 module arguments
by Colin Cross
· 7 years ago
32f676a
Add support for java annotation processors
by Colin Cross
· 7 years ago
0a6e007
Make javac rules output a jar with soong_zip
by Colin Cross
· 7 years ago
2c429dc
Support non-installable java libraries
by Colin Cross
· 7 years ago
Next »